Skip to content

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

Properties

Name Type Description
ContactGroupName object No description.
ContactNames object No description.
Describe 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