Skip to content

EscalationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new EscalationsProperty {
    object Critical = null,
    object Info = null,
    object Warn = null
};

Properties

Name Type Description
Critical object No description.
Info object No description.
Warn object No description.

CriticalOptional

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

InfoOptional

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

WarnOptional

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