View Source GoogleApi.Composer.V1beta1.Model.StopAirflowCommandResponse (google_api_composer v0.36.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.