Job Status Response
data class JobStatusResponse(val conditions: List<GoogleCloudRunV1ConditionResponse>, val executionCount: Int, val latestCreatedExecution: ExecutionReferenceResponse, val observedGeneration: Int)
JobStatus represents the current state of a Job.
Constructors
Link copied to clipboard
fun JobStatusResponse(conditions: List<GoogleCloudRunV1ConditionResponse>, executionCount: Int, latestCreatedExecution: ExecutionReferenceResponse, observedGeneration: Int)