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

View Source

Native Build Info

Attributes

  • buildKey (type: String.t, default: nil) - Optional. Build key.
  • buildValue (type: String.t, default: nil) - Optional. Build value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.BuildInfo{
  buildKey: String.t() | nil,
  buildValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.