ExecutionReferenceResponse

data class ExecutionReferenceResponse(val completionTimestamp: String, val creationTimestamp: String, val name: String)

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

Constructors

Link copied to clipboard
constructor(completionTimestamp: String, creationTimestamp: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Completion timestamp of the execution.

Link copied to clipboard

Optional. Creation timestamp of the execution.

Link copied to clipboard

Optional. Name of the execution.