View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1SdkVersion (google_api_data_pipelines v0.4.0)

The version of the SDK used to run the job.

Attributes

  • 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

@type t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1SdkVersion{
  sdkSupportStatus: String.t() | nil,
  version: String.t() | nil,
  versionDisplayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.