google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.DatasetListDatasets View Source

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.DatasetListDatasets{
  datasetReference: GoogleApi.BigQuery.V2.Model.DatasetReference.t(),
  friendlyName: String.t(),
  id: String.t(),
  kind: String.t(),
  labels: map(),
  location: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.