UploadPartCopyOutput constructor

UploadPartCopyOutput({
  1. bool? bucketKeyEnabled,
  2. CopyPartResult? copyPartResult,
  3. String? copySourceVersionId,
  4. RequestCharged? requestCharged,
  5. String? sSECustomerAlgorithm,
  6. String? sSECustomerKeyMD5,
  7. String? sSEKMSKeyId,
  8. ServerSideEncryption? serverSideEncryption,
})

Implementation

UploadPartCopyOutput({
  this.bucketKeyEnabled,
  this.copyPartResult,
  this.copySourceVersionId,
  this.requestCharged,
  this.sSECustomerAlgorithm,
  this.sSECustomerKeyMD5,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
});