Class Tag
The key and value for a tag.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class Tag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TagKey
TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.
Declaration
[JsonProperty("tagKey")]
public virtual string TagKey { get; set; }
Property Value
Type | Description |
---|---|
string |
TagKeyId
TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.
Declaration
[JsonProperty("tagKeyId")]
public virtual string TagKeyId { get; set; }
Property Value
Type | Description |
---|---|
string |
TagValue
TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.
Declaration
[JsonProperty("tagValue")]
public virtual string TagValue { get; set; }
Property Value
Type | Description |
---|---|
string |
TagValueId
TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.
Declaration
[JsonProperty("tagValueId")]
public virtual string TagValueId { get; set; }
Property Value
Type | Description |
---|---|
string |