public sealed class PollAirflowCommandResponse.Types.ExitInfo : IMessage<PollAirflowCommandResponse.Types.ExitInfo>, IEquatable<PollAirflowCommandResponse.Types.ExitInfo>, IDeepCloneable<PollAirflowCommandResponse.Types.ExitInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.Types.ExitInfo.
[[["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 latest version of the `PollAirflowCommandResponse.Types.ExitInfo` class is 2.9.0, with previous versions ranging from 2.8.0 down to 1.0.0."],["The `PollAirflowCommandResponse.Types.ExitInfo` class provides information about how a command ended, as part of the Cloud Composer v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its wide applicability in object management."],["The `ExitInfo` class has properties for both `Error` (a string message) and `ExitCode` (an integer) to indicate the command's outcome."],["The class includes constructors to create new `ExitInfo` objects, either empty or by cloning existing ones, supporting varied initialization needs."]]],[]]