RosAlertContactGroupProps
Properties for defining a RosAlertContactGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontactgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosAlertContactGroupProps {
object ContactGroupName,
object ContactIds,
object ProxyUserId = null,
object RegionId = null
};
Properties
Name | Type | Description |
---|---|---|
ContactGroupName |
object |
No description. |
ContactIds |
object |
No description. |
ProxyUserId |
object |
No description. |
RegionId |
object |
No description. |
ContactGroupName
Required
public object ContactGroupName { get; set; }
- Type: object
ContactIds
Required
public object ContactIds { get; set; }
- Type: object
ProxyUserId
Optional
public object ProxyUserId { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object