GoogleApi.WorkloadManager.V1.Model.BigQueryDestination (google_api_workload_manager v0.12.0)

View Source

Message describing big query destination

Attributes

  • createNewResultsTable (type: boolean(), default: nil) - Optional. determine if results will be saved in a new table
  • destinationDataset (type: String.t, default: nil) - Optional. destination dataset to save evaluation results

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.BigQueryDestination{
  createNewResultsTable: boolean() | nil,
  destinationDataset: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.