JobStatus constructor
const
JobStatus({
- int? active,
- String? completedIndexes,
- DateTime? completionTime,
- List<
JobCondition> ? conditions, - int? failed,
- int? ready,
- DateTime? startTime,
- int? succeeded,
- UncountedTerminatedPods? uncountedTerminatedPods,
Default constructor.
Implementation
const JobStatus({
this.active,
this.completedIndexes,
this.completionTime,
this.conditions,
this.failed,
this.ready,
this.startTime,
this.succeeded,
this.uncountedTerminatedPods,
});