EvalConditionProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new EvalConditionProperty {
object Condition = null,
object CountCondition = null
};
Properties
| Name | Type | Description |
|---|---|---|
Condition |
object |
No description. |
CountCondition |
object |
No description. |
ConditionOptional
public object Condition { get; set; }
- Type: object
CountConditionOptional
public object CountCondition { get; set; }
- Type: object