Job constructor
      
      Job({ 
    
    
- AbortConfig? abortConfig,
- String? comment,
- DateTime? completedAt,
- DateTime? createdAt,
- String? description,
- bool? forceCanceled,
- String? jobArn,
- JobExecutionsRolloutConfig? jobExecutionsRolloutConfig,
- String? jobId,
- JobProcessDetails? jobProcessDetails,
- DateTime? lastUpdatedAt,
- String? namespaceId,
- PresignedUrlConfig? presignedUrlConfig,
- String? reasonCode,
- JobStatus? status,
- TargetSelection? targetSelection,
- List<String> ? targets,
- 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,
});