GoogleApi.Dataproc.V1.Model.FallbackReason (google_api_dataproc v0.59.0)

View Source

Native SQL Execution Data

Attributes

  • fallbackNode (type: String.t, default: nil) - Optional. Fallback node information.
  • fallbackReason (type: String.t, default: nil) - Optional. Fallback to Spark reason.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.FallbackReason{
  fallbackNode: String.t() | nil,
  fallbackReason: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.