Tag
Metadata Entry spec for stack tag.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new Tag {
string Key,
string Value
};
Properties
Name | Type | Description |
---|---|---|
Key |
string |
Tag key. |
Value |
string |
Tag value. |
Key
Required
public string Key { get; set; }
- Type: string
Tag key.
Value
Required
public string Value { get; set; }
- Type: string
Tag value.