GoogleApi.Composer.V1.Model.StopAirflowCommandResponse (google_api_composer v0.36.3)

View Source

Response to StopAirflowCommandRequest.

Attributes

  • isDone (type: boolean(), default: nil) - Whether the execution is still running.
  • output (type: list(String.t), default: nil) - Output message from stopping execution request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.StopAirflowCommandResponse{
  isDone: boolean() | nil,
  output: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.