View Source GoogleApi.WorkloadManager.V1.Model.BigQueryDestination (google_api_workload_manager v0.10.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.