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. |
ComparisonOperator
Required
public object ComparisonOperator { get; set; }
- Type: object
Statistics
Required
public object Statistics { get; set; }
- Type: object
Threshold
Required
public object Threshold { get; set; }
- Type: object
Times
Required
public object Times { get; set; }
- Type: object