View Source GoogleApi.Run.V1.Model.Execution (quiqup_google_api_run v0.28.0)

Execution represents the configuration of a single execution. A execution an immutable resource that references a container image which is run to completion.

attributes

Attributes

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V1.Model.Execution{
  apiVersion: String.t() | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ObjectMeta.t() | nil,
  spec: GoogleApi.Run.V1.Model.ExecutionSpec.t() | nil,
  status: GoogleApi.Run.V1.Model.ExecutionStatus.t() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.