JobStatus constructor

JobStatus({
  1. List<GoogleCloudRunV1Condition>? conditions,
  2. int? executionCount,
  3. ExecutionReference? latestCreatedExecution,
  4. int? observedGeneration,
})

Implementation

JobStatus({
  this.conditions,
  this.executionCount,
  this.latestCreatedExecution,
  this.observedGeneration,
});