View Source GoogleApi.BigQuery.V2.Model.JobCreationReason (google_api_big_query v0.79.0)

Reason about why a Job was created from a jobs.query method when used with JOB_CREATION_OPTIONAL Job creation mode. For jobs.insert method calls it will always be REQUESTED. This feature is not yet available. Jobs will always be created.

Attributes

  • code (type: String.t, default: nil) - Output only. Specifies the high level reason why a Job was created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.JobCreationReason{code: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.