Job constructor
      
      Job({ 
    
    
- BucketList? bucketList,
- String? completeTime,
- Counters? counters,
- String? createTime,
- DeleteObject? deleteObject,
- String? description,
- List<ErrorSummary> ? errorSummaries,
- LoggingConfig? loggingConfig,
- String? name,
- PutMetadata? putMetadata,
- PutObjectHold? putObjectHold,
- RewriteObject? rewriteObject,
- String? scheduleTime,
- String? state,
Implementation
Job({
  this.bucketList,
  this.completeTime,
  this.counters,
  this.createTime,
  this.deleteObject,
  this.description,
  this.errorSummaries,
  this.loggingConfig,
  this.name,
  this.putMetadata,
  this.putObjectHold,
  this.rewriteObject,
  this.scheduleTime,
  this.state,
});