GoogleApi.Composer.V1beta1.Model.ComposerWorkload (google_api_composer v0.36.3)

View Source

Information about a single workload.

Attributes

  • name (type: String.t, default: nil) - Name of a workload.
  • status (type: GoogleApi.Composer.V1beta1.Model.ComposerWorkloadStatus.t, default: nil) - Output only. Status of a workload.
  • type (type: String.t, default: nil) - Type of a workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.ComposerWorkload{
  name: String.t() | nil,
  status: GoogleApi.Composer.V1beta1.Model.ComposerWorkloadStatus.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.