BucketOperation constructor

BucketOperation({
  1. String? bucketName,
  2. String? completeTime,
  3. Counters? counters,
  4. String? createTime,
  5. DeleteObject? deleteObject,
  6. List<ErrorSummary>? errorSummaries,
  7. Manifest? manifest,
  8. String? name,
  9. PrefixList? prefixList,
  10. PutMetadata? putMetadata,
  11. PutObjectHold? putObjectHold,
  12. RewriteObject? rewriteObject,
  13. String? startTime,
  14. String? state,
})

Implementation

BucketOperation({
  this.bucketName,
  this.completeTime,
  this.counters,
  this.createTime,
  this.deleteObject,
  this.errorSummaries,
  this.manifest,
  this.name,
  this.prefixList,
  this.putMetadata,
  this.putObjectHold,
  this.rewriteObject,
  this.startTime,
  this.state,
});