public sealed class PollAirflowCommandResponse : IMessage<PollAirflowCommandResponse>, IEquatable<PollAirflowCommandResponse>, IDeepCloneable<PollAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `PollAirflowCommandResponse` class within the Cloud Composer v1 API, specifically for version 2.8.0."],["The `PollAirflowCommandResponse` class is a response object used in the Cloud Composer API to return information on command execution, specifically on Airflow, including exit status and output."],["It lists available versions from 1.0.0 to 2.9.0, with the latest version being 2.9.0 and the current documentation focusing on 2.8.0, in a navigable list."],["The `PollAirflowCommandResponse` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning the class is capable of being serialized, compared, cloned, and buffered."],["The class has properties such as `ExitInfo` which details the exit status of the command, `Output` for the output lines from the command, and `OutputEnd` to show if the execution has finished."]]],[]]