Skip to content

RosAlarmContactsProps

Properties for defining a RosAlarmContacts.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-alarmcontacts

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosAlarmContactsProps {
    object AlarmContactName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
AlarmContactName object No description.
RefreshOptions object No description.

AlarmContactNameOptional

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

RefreshOptionsOptional

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