JobStatus constructor
JobStatus({
- List<
GoogleCloudRunV1Condition> ? conditions, - int? executionCount,
- ExecutionReference? latestCreatedExecution,
- int? observedGeneration,
Implementation
JobStatus({
this.conditions,
this.executionCount,
this.latestCreatedExecution,
this.observedGeneration,
});