Job constructor
Job({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- JobSpec? spec,
- JobStatus? status,
Implementation
Job({
this.apiVersion,
this.kind,
this.metadata,
this.spec,
this.status,
});