Skip to content

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
};

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.

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.