Execution Reference Response
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
fun ExecutionReferenceResponse(completionTimestamp: String, creationTimestamp: String, name: String)