Class GoogleCloudApihubV1ExecutionStatus
The execution status for the plugin instance.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ExecutionStatus : IDirectResponseSchema
Properties
CurrentExecutionState
Output only. The current state of the execution.
Declaration
[JsonProperty("currentExecutionState")]
public virtual string CurrentExecutionState { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastExecution
Output only. The last execution of the plugin instance.
Declaration
[JsonProperty("lastExecution")]
public virtual GoogleCloudApihubV1LastExecution LastExecution { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1LastExecution |