Tag

The key and value for a tag.

JSON representation
{
  "tagKey": string,
  "tagValue": string,
  "tagValueId": string
}
Fields
tagKey

string

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

tagValue

string

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

tagValueId

string

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.