JobRun constructor

JobRun({
  1. int? allocatedCapacity,
  2. Map<String, String>? arguments,
  3. int? attempt,
  4. DateTime? completedOn,
  5. String? errorMessage,
  6. int? executionTime,
  7. String? glueVersion,
  8. String? id,
  9. String? jobName,
  10. JobRunState? jobRunState,
  11. DateTime? lastModifiedOn,
  12. String? logGroupName,
  13. double? maxCapacity,
  14. NotificationProperty? notificationProperty,
  15. int? numberOfWorkers,
  16. List<Predecessor>? predecessorRuns,
  17. String? previousRunId,
  18. String? securityConfiguration,
  19. DateTime? startedOn,
  20. int? timeout,
  21. String? triggerName,
  22. WorkerType? workerType,
})

Implementation

JobRun({
  this.allocatedCapacity,
  this.arguments,
  this.attempt,
  this.completedOn,
  this.errorMessage,
  this.executionTime,
  this.glueVersion,
  this.id,
  this.jobName,
  this.jobRunState,
  this.lastModifiedOn,
  this.logGroupName,
  this.maxCapacity,
  this.notificationProperty,
  this.numberOfWorkers,
  this.predecessorRuns,
  this.previousRunId,
  this.securityConfiguration,
  this.startedOn,
  this.timeout,
  this.triggerName,
  this.workerType,
});