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 documentation for the `ExecuteAirflowCommandResponse` class within the Cloud Composer v1 API, specifically for version 2.6.0."],["The `ExecuteAirflowCommandResponse` class, which is used as a response to `ExecuteAirflowCommandRequest`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Error` for error messages, `ExecutionId` for the unique command execution ID, `Pod` for the pod name, and `PodNamespace` for the pod's namespace, all of which are strings."],["The provided content includes a list of previous version numbers and their associated links, with the latest being version 2.9.0."],["The `ExecuteAirflowCommandResponse` has two constructors, one of them being a copy constructor that accepts another instance of the same type as a parameter."]]],[]]