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

View Source

Response to ExecuteAirflowCommandRequest.

Attributes

  • error (type: String.t, default: nil) - Error message. Empty if there was no error.
  • executionId (type: String.t, default: nil) - The unique ID of the command execution for polling.
  • pod (type: String.t, default: nil) - The name of the pod where the command is executed.
  • podNamespace (type: String.t, default: nil) - The namespace of the pod where the command is executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.ExecuteAirflowCommandResponse{
  error: String.t() | nil,
  executionId: String.t() | nil,
  pod: String.t() | nil,
  podNamespace: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.