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