Class PollAirflowCommandResponse
Response to PollAirflowCommandRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class PollAirflowCommandResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExitInfo
The result exit status of the command.
Declaration
[JsonProperty("exitInfo")]
public virtual ExitInfo ExitInfo { get; set; }
Property Value
Type | Description |
---|---|
ExitInfo |
Output
Output from the command execution. It may not contain the full output and the caller may need to poll for more lines.
Declaration
[JsonProperty("output")]
public virtual IList<Line> Output { get; set; }
Property Value
Type | Description |
---|---|
IList<Line> |
OutputEnd
Whether the command execution has finished and there is no more output.
Declaration
[JsonProperty("outputEnd")]
public virtual bool? OutputEnd { get; set; }
Property Value
Type | Description |
---|---|
bool? |