GoogleApi.BigQuery.V2.Model.DatasetAccessEntry (google_api_big_query v0.57.0) View Source

Attributes

  • dataset (type: GoogleApi.BigQuery.V2.Model.DatasetReference.t, default: nil) - [Required] The dataset this entry applies to.
  • target_types (type: list(GoogleApi.BigQuery.V2.Model.DatasetAccessEntryTargetTypes.t), default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigQuery.V2.Model.DatasetAccessEntry{
  dataset: GoogleApi.BigQuery.V2.Model.DatasetReference.t(),
  target_types: [GoogleApi.BigQuery.V2.Model.DatasetAccessEntryTargetTypes.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.