Show / Hide Table of Contents

Class Tag

The key and value for a tag.

Inheritance
object
Tag
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX