GoogleApi.Composer.V1beta1.Model.PollAirflowCommandResponse (google_api_composer v0.36.3)
View SourceResponse to PollAirflowCommandRequest.
Attributes
-
exitInfo
(type:GoogleApi.Composer.V1beta1.Model.ExitInfo.t
, default:nil
) - The result exit status of the command. -
output
(type:list(GoogleApi.Composer.V1beta1.Model.Line.t)
, default:nil
) - Output from the command execution. It may not contain the full output and the caller may need to poll for more lines. -
outputEnd
(type:boolean()
, default:nil
) - Whether the command execution has finished and there is no more output.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Composer.V1beta1.Model.PollAirflowCommandResponse{ exitInfo: GoogleApi.Composer.V1beta1.Model.ExitInfo.t() | nil, output: [GoogleApi.Composer.V1beta1.Model.Line.t()] | nil, outputEnd: boolean() | nil }