Class ExitInfo
Information about how a command ended.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ExitInfo : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Error
Error message. Empty if there was no error.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExitCode
The exit code from the command execution.
Declaration
[JsonProperty("exitCode")]
public virtual int? ExitCode { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |