public sealed class ExecuteAirflowCommandResponse : IMessage<ExecuteAirflowCommandResponse>, IEquatable<ExecuteAirflowCommandResponse>, IDeepCloneable<ExecuteAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class ExecuteAirflowCommandResponse.
[[["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 information for the `ExecuteAirflowCommandResponse` class within the Cloud Composer v1 API, specifically for version 2.8.0."],["The `ExecuteAirflowCommandResponse` class, which is the response to an `ExecuteAirflowCommandRequest`, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document contains links to previous versions, ranging from 2.0.0 to the latest 2.9.0 version of the API."],["Key properties of the `ExecuteAirflowCommandResponse` class include `Error` (a string for any error message), `ExecutionId` (a unique ID for polling), `Pod` (the pod's name), and `PodNamespace` (the pod's namespace)."],["The class has two constructors, a parameterless constructor, and one that take another `ExecuteAirflowCommandResponse` object as a parameter."]]],[]]