Show / Hide Table of Contents

Class ExitInfo

Information about how a command ended.

Inheritance
object
ExitInfo
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.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class ExitInfo : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX