Job constructor

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

Implementation

Job({
  this.bucketList,
  this.completeTime,
  this.counters,
  this.createTime,
  this.deleteObject,
  this.description,
  this.dryRun,
  this.errorSummaries,
  this.loggingConfig,
  this.name,
  this.putMetadata,
  this.putObjectHold,
  this.rewriteObject,
  this.scheduleTime,
  this.state,
});