Skip to content

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.

ChannelsRequired

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

ContactNameRequired

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

DescribeRequired

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