ContactGroupProps
Properties for defining a ContactGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new ContactGroupProps {
object ContactGroupName,
object ContactNames,
object Describe
};
Properties
Name | Type | Description |
---|---|---|
ContactGroupName |
object |
Property contactGroupName: The name of the alert contact group. |
ContactNames |
object |
Property contactNames: The name of the alert contact. |
Describe |
object |
Property describe: The description of the alert contact group. |
ContactGroupName
Required
public object ContactGroupName { get; set; }
- Type: object
Property contactGroupName: The name of the alert contact group.
ContactNames
Required
public object ContactNames { get; set; }
- Type: object
Property contactNames: The name of the alert contact.
Describe
Required
public object Describe { get; set; }
- Type: object
Property describe: The description of the alert contact group.