API hub v1 API - Class ExecutionStatus.Types.LastExecution (1.1.0)

public sealed class ExecutionStatus.Types.LastExecution : IMessage<ExecutionStatus.Types.LastExecution>, IEquatable<ExecutionStatus.Types.LastExecution>, IDeepCloneable<ExecutionStatus.Types.LastExecution>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ExecutionStatus.Types.LastExecution.

The result of the last execution of the plugin instance.

Inheritance

object > ExecutionStatus.Types.LastExecution

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

LastExecution()

public LastExecution()

LastExecution(LastExecution)

public LastExecution(ExecutionStatus.Types.LastExecution other)
Parameter
Name Description
other ExecutionStatusTypesLastExecution

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. The last execution end time of the plugin instance.

Property Value
Type Description
Timestamp

ErrorMessage

public string ErrorMessage { get; set; }

Output only. Error message describing the failure, if any, during the last execution.

Property Value
Type Description
string

Result

public ExecutionStatus.Types.LastExecution.Types.Result Result { get; set; }

Output only. The result of the last execution of the plugin instance.

Property Value
Type Description
ExecutionStatusTypesLastExecutionTypesResult

StartTime

public Timestamp StartTime { get; set; }

Output only. The last execution start time of the plugin instance.

Property Value
Type Description
Timestamp