UploadPartOutput constructor

UploadPartOutput({
  1. bool? bucketKeyEnabled,
  2. String? eTag,
  3. RequestCharged? requestCharged,
  4. String? sSECustomerAlgorithm,
  5. String? sSECustomerKeyMD5,
  6. String? sSEKMSKeyId,
  7. ServerSideEncryption? serverSideEncryption,
})

Implementation

UploadPartOutput({
  this.bucketKeyEnabled,
  this.eTag,
  this.requestCharged,
  this.sSECustomerAlgorithm,
  this.sSECustomerKeyMD5,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
});