Job constructor

Job({
  1. BucketList? bucketList,
  2. String? completeTime,
  3. Counters? counters,
  4. String? createTime,
  5. DeleteObject? deleteObject,
  6. String? description,
  7. List<ErrorSummary>? errorSummaries,
  8. LoggingConfig? loggingConfig,
  9. String? name,
  10. PutMetadata? putMetadata,
  11. PutObjectHold? putObjectHold,
  12. RewriteObject? rewriteObject,
  13. String? scheduleTime,
  14. 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,
});