View Source GoogleApi.BigQuery.V2.Model.DatasetListDatasets (google_api_big_query v0.78.0)

A dataset resource with only a subset of fields, to be returned in a list of datasets.

Attributes

  • datasetReference (type: GoogleApi.BigQuery.V2.Model.DatasetReference.t, default: nil) - The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID.
  • friendlyName (type: String.t, default: nil) - An alternate name for the dataset. The friendly name is purely decorative in nature.
  • id (type: String.t, default: nil) - The fully-qualified, unique, opaque ID of the dataset.
  • kind (type: String.t, default: nil) - The resource type. This property always returns the value "bigquery#dataset"
  • labels (type: map(), default: nil) - The labels associated with this dataset. You can use these to organize and group your datasets.
  • location (type: String.t, default: nil) - The geographic location where the dataset resides.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.DatasetListDatasets{
  datasetReference: GoogleApi.BigQuery.V2.Model.DatasetReference.t() | nil,
  friendlyName: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  labels: map() | nil,
  location: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.