Show / Hide Table of Contents

Class StopAirflowCommandResponse

Response to StopAirflowCommandRequest.

Inheritance
object
StopAirflowCommandResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class StopAirflowCommandResponse : IDirectResponseSchema

Properties

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX