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. ProjectSource? projectSource,
  11. PutMetadata? putMetadata,
  12. PutObjectHold? putObjectHold,
  13. RewriteObject? rewriteObject,
  14. SetObjectAcls? setObjectAcls,
  15. String? startTime,
  16. String? state,
  17. UpdateObjectCustomContext? updateObjectCustomContext,
})

Implementation

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