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