RuleConditionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RuleConditionsProperty {
object RuleConditionType = null,
object RuleConditionValue = null
};
Properties
| Name | Type | Description |
|---|---|---|
RuleConditionType |
object |
No description. |
RuleConditionValue |
object |
No description. |
RuleConditionTypeOptional
public object RuleConditionType { get; set; }
- Type: object
RuleConditionValueOptional
public object RuleConditionValue { get; set; }
- Type: object