public sealed class StopAirflowCommandResponse : IMessage<StopAirflowCommandResponse>, IEquatable<StopAirflowCommandResponse>, IDeepCloneable<StopAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class StopAirflowCommandResponse.
[[["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."],[[["The page provides documentation for the `StopAirflowCommandResponse` class within the Cloud Composer v1 API."],["This class represents the response to a `StopAirflowCommandRequest`, indicating whether an Airflow command has finished executing."],["The `StopAirflowCommandResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `StopAirflowCommandResponse` include `IsDone`, a boolean indicating if execution is complete, and `Output`, which is a collection of output messages related to the stop execution request."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest 2.9.0 version."]]],[]]