GoogleApi.BigQuery.V2.Model.JobCreationReason (google_api_big_query v0.88.0)
View SourceReason 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. Preview
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}