Job constructor

Job({
  1. AbortConfig? abortConfig,
  2. String? comment,
  3. DateTime? completedAt,
  4. DateTime? createdAt,
  5. String? description,
  6. bool? forceCanceled,
  7. String? jobArn,
  8. JobExecutionsRolloutConfig? jobExecutionsRolloutConfig,
  9. String? jobId,
  10. JobProcessDetails? jobProcessDetails,
  11. DateTime? lastUpdatedAt,
  12. String? namespaceId,
  13. PresignedUrlConfig? presignedUrlConfig,
  14. String? reasonCode,
  15. JobStatus? status,
  16. TargetSelection? targetSelection,
  17. List<String>? targets,
  18. TimeoutConfig? timeoutConfig,
})

Implementation

Job({
  this.abortConfig,
  this.comment,
  this.completedAt,
  this.createdAt,
  this.description,
  this.forceCanceled,
  this.jobArn,
  this.jobExecutionsRolloutConfig,
  this.jobId,
  this.jobProcessDetails,
  this.lastUpdatedAt,
  this.namespaceId,
  this.presignedUrlConfig,
  this.reasonCode,
  this.status,
  this.targetSelection,
  this.targets,
  this.timeoutConfig,
});