Show / Hide Table of Contents

Class Dataset.TagsData

Output only. Tags for the Dataset.

Inheritance
object
Dataset.TagsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Dataset.TagsData

Properties

TagKey

Required. The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.

Declaration
[JsonProperty("tagKey")]
public virtual string TagKey { get; set; }
Property Value
Type Description
string

TagValue

Required. The friendly short name of the tag value, e.g. "production".

Declaration
[JsonProperty("tagValue")]
public virtual string TagValue { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX