CompleteMultipartUploadOutput constructor

CompleteMultipartUploadOutput({
  1. String? bucket,
  2. bool? bucketKeyEnabled,
  3. String? eTag,
  4. String? expiration,
  5. String? key,
  6. String? location,
  7. RequestCharged? requestCharged,
  8. String? sSEKMSKeyId,
  9. ServerSideEncryption? serverSideEncryption,
  10. String? versionId,
})

Implementation

CompleteMultipartUploadOutput({
  this.bucket,
  this.bucketKeyEnabled,
  this.eTag,
  this.expiration,
  this.key,
  this.location,
  this.requestCharged,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});