View Source GoogleApi.BigQuery.V2.Model.DatasetTags (google_api_big_query v0.79.0)

A global tag managed by Resource Manager. https://cloud.google.com/iam/docs/tags-access-control#definitions

Attributes

  • tagKey (type: String.t, default: nil) - Required. The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
  • tagValue (type: String.t, default: nil) - Required. The friendly short name of the tag value, e.g. "production".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.DatasetTags{
  tagKey: String.t() | nil,
  tagValue: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.