RosAlarmContactProps
Properties for defining a RosAlarmContact
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-alarmcontact
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosAlarmContactProps {
object AlarmContactName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AlarmContactName |
object |
No description. |
RefreshOptions |
object |
No description. |
AlarmContactName
Required
public object AlarmContactName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object