WarnProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new WarnProperty {
object ComparisonOperator,
object Statistics,
object Threshold,
object Times
};
Properties
| Name | Type | Description |
|---|---|---|
ComparisonOperator |
object |
No description. |
Statistics |
object |
No description. |
Threshold |
object |
No description. |
Times |
object |
No description. |
ComparisonOperatorRequired
public object ComparisonOperator { get; set; }
- Type: object
StatisticsRequired
public object Statistics { get; set; }
- Type: object
ThresholdRequired
public object Threshold { get; set; }
- Type: object
TimesRequired
public object Times { get; set; }
- Type: object