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,
object EnableSubscribed = null
};
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. |
EnableSubscribed | object | Property enableSubscribed: Whether to enable the subscription feature. |
ContactGroupNameRequired
public object ContactGroupName { get; set; }
- Type: object
Property contactGroupName: The name of the alert contact group.
ContactNamesRequired
public object ContactNames { get; set; }
- Type: object
Property contactNames: The name of the alert contact.
DescribeRequired
public object Describe { get; set; }
- Type: object
Property describe: The description of the alert contact group.
EnableSubscribedOptional
public object EnableSubscribed { get; set; }
- Type: object
Property enableSubscribed: Whether to enable the subscription feature.