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