BucketOperation constructor
BucketOperation({
- String? bucketName,
- String? completeTime,
- Counters? counters,
- String? createTime,
- DeleteObject? deleteObject,
- List<
ErrorSummary> ? errorSummaries, - Manifest? manifest,
- String? name,
- PrefixList? prefixList,
- PutMetadata? putMetadata,
- PutObjectHold? putObjectHold,
- RewriteObject? rewriteObject,
- String? startTime,
- 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,
});