The key and value for a tag.
JSON representation |
---|
{ "tagKey": string, "tagKeyId": string, "tagValue": string, "tagValueId": string } |
Fields | |
---|---|
tagKey |
TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}. |
tagKeyId |
TagKey ID, in the format of tagKeys/{TAG_KEY_ID}. |
tagValue |
TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}. |
tagValueId |
TagValue ID, in the format of tagValues/{TAG_VALUE_ID}. |