Class Dataset.TagsData
Output only. Tags for the Dataset.
Inherited Members
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 |