TagProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new TagProperty {
object Key = null,
object Value = null
};
Properties
Key
Optional
public object Key { get; set; }
- Type: object
Value
Optional
public object Value { get; set; }
- Type: object