RosContactGroupProps
Properties for defining a RosContactGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosContactGroupProps {
object ContactGroupName,
object ContactNames,
object Describe,
object EnableSubscribed = null
};
Properties
| Name | Type | Description |
|---|---|---|
ContactGroupName | object | No description. |
ContactNames | object | No description. |
Describe | object | No description. |
EnableSubscribed | object | No description. |
ContactGroupNameRequired
public object ContactGroupName { get; set; }
- Type: object
ContactNamesRequired
public object ContactNames { get; set; }
- Type: object
DescribeRequired
public object Describe { get; set; }
- Type: object
EnableSubscribedOptional
public object EnableSubscribed { get; set; }
- Type: object