TaintsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new TaintsProperty {
object Key,
object Value,
object Effect = null
};
Properties
Name | Type | Description |
---|---|---|
Key |
object |
No description. |
Value |
object |
No description. |
Effect |
object |
No description. |
Key
Required
public object Key { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object
Effect
Optional
public object Effect { get; set; }
- Type: object