TagListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new TagListProperty {
object TagKey = null,
object TagValue = null
};
Properties
Name | Type | Description |
---|---|---|
TagKey |
object |
No description. |
TagValue |
object |
No description. |
TagKey
Optional
public object TagKey { get; set; }
- Type: object
TagValue
Optional
public object TagValue { get; set; }
- Type: object