RosMonitorGroupProps
Properties for defining a RosMonitorGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitorGroupProps {
object GroupName,
object ContactGroups = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
No description. |
ContactGroups |
object |
No description. |
GroupName
Required
public object GroupName { get; set; }
- Type: object
ContactGroups
Optional
public object ContactGroups { get; set; }
- Type: object