JobSummary constructor
JobSummary({
- required String jobId,
- required String jobName,
- ArrayPropertiesSummary? arrayProperties,
- ContainerSummary? container,
- int? createdAt,
- String? jobArn,
- NodePropertiesSummary? nodeProperties,
- int? startedAt,
- JobStatus? status,
- String? statusReason,
- int? stoppedAt,
Implementation
JobSummary({
required this.jobId,
required this.jobName,
this.arrayProperties,
this.container,
this.createdAt,
this.jobArn,
this.nodeProperties,
this.startedAt,
this.status,
this.statusReason,
this.stoppedAt,
});