Google Cloud Run V2Execution Reference Response
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
Link copied to clipboard
fun GoogleCloudRunV2ExecutionReferenceResponse(completionTime: String, createTime: String, name: String)