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 Google Cloud Composer v1 API, specifically for .NET developers."],["The `ExecuteAirflowCommandResponse` class is used to encapsulate the response to an `ExecuteAirflowCommandRequest`, detailing the status and results of the executed command."],["The latest version of the `ExecuteAirflowCommandResponse` class is 2.9.0, and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with links provided to these interfaces."],["The class contains properties like `Error`, `ExecutionId`, `Pod`, and `PodNamespace`, allowing users to check for errors and identify the context of the executed command."],["There are multiple previous versions of the class available, ranging from 2.8.0 to 1.0.0."]]],[]]