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

Attributes

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

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: any(),
  id: any(),
  kind: any(),
  labels: map(),
  location: any()
}

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.