RosContactProps
Properties for defining a RosContact
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contact
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosContactProps {
object Channels,
object ContactName,
object Describe
};
Properties
Name | Type | Description |
---|---|---|
Channels |
object |
No description. |
ContactName |
object |
No description. |
Describe |
object |
No description. |
Channels
Required
public object Channels { get; set; }
- Type: object
ContactName
Required
public object ContactName { get; set; }
- Type: object
Describe
Required
public object Describe { get; set; }
- Type: object