Skip to content

ContactProps

Properties for defining a Contact.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contact

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new ContactProps {
    object Channels,
    object ContactName,
    object Describe
};

Properties

Name Type Description
Channels object Property channels: undefined.
ContactName object Property contactName: The name of the alarm contact.
Describe object Property describe: The description of the alert contact.

ChannelsRequired

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

Property channels: undefined.


ContactNameRequired

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

Property contactName: The name of the alarm contact.


DescribeRequired

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

Property describe: The description of the alert contact.