GoogleApi.Dataflow.V1b3.Model.SdkVersion (google_api_dataflow v0.53.0)

View Source

The version of the SDK used to run the job.

Attributes

  • bugs (type: list(GoogleApi.Dataflow.V1b3.Model.SdkBug.t), default: nil) - Output only. Known bugs found in this SDK version.
  • sdkSupportStatus (type: String.t, default: nil) - The support status for this SDK version.
  • version (type: String.t, default: nil) - The version of the SDK used to run the job.
  • versionDisplayName (type: String.t, default: nil) - A readable string describing the version of the SDK.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.SdkVersion{
  bugs: [GoogleApi.Dataflow.V1b3.Model.SdkBug.t()] | nil,
  sdkSupportStatus: String.t() | nil,
  version: String.t() | nil,
  versionDisplayName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.