ConditionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new ConditionsProperty {
object Key = null,
object Operator = null,
object Type = null,
object Value = null
};
Properties
| Name |
Type |
Description |
Key |
object |
No description. |
Operator |
object |
No description. |
Type |
object |
No description. |
Value |
object |
No description. |
KeyOptional
public object Key { get; set; }
OperatorOptional
public object Operator { get; set; }
TypeOptional
public object Type { get; set; }
ValueOptional
public object Value { get; set; }