Skip to content

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.

AlarmContactNameRequired

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

RefreshOptionsOptional

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