Job constructor
Job({
- AllocationPolicy? allocationPolicy,
- String? createTime,
- Map<
String, String> ? labels, - LogsPolicy? logsPolicy,
- String? name,
- List<
JobNotification> ? notifications, - String? priority,
- JobStatus? status,
- List<
TaskGroup> ? taskGroups, - String? uid,
- String? updateTime,
Implementation
Job({
this.allocationPolicy,
this.createTime,
this.labels,
this.logsPolicy,
this.name,
this.notifications,
this.priority,
this.status,
this.taskGroups,
this.uid,
this.updateTime,
});