GoogleCloudRunV2ExecutionReferenceResponse

data class GoogleCloudRunV2ExecutionReferenceResponse(val completionTime: String, val createTime: String, val name: String)

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

Constructors

constructor(completionTime: String, createTime: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation timestamp of the execution.

Link copied to clipboard

Creation timestamp of the execution.

Link copied to clipboard

Name of the execution.