Class StopAirflowCommandResponse
Response to StopAirflowCommandRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class StopAirflowCommandResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IsDone
Whether the execution is still running.
Declaration
[JsonProperty("isDone")]
public virtual bool? IsDone { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
Output
Output message from stopping execution request.
Declaration
[JsonProperty("output")]
public virtual IList<string> Output { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |