Show / Hide Table of Contents

Class GoogleCloudApihubV1ExecutionStatus

The execution status for the plugin instance.

Inheritance
object
GoogleCloudApihubV1ExecutionStatus
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX