Skip to content

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.

ContactGroupNameRequired

public object ContactGroupName { get; set; }
  • Type: object

ContactIdsRequired

public object ContactIds { get; set; }
  • Type: object

ProxyUserIdOptional

public object ProxyUserId { get; set; }
  • Type: object

RegionIdOptional

public object RegionId { get; set; }
  • Type: object