CreateMultipartUploadOutput constructor

CreateMultipartUploadOutput({
  1. DateTime? abortDate,
  2. String? abortRuleId,
  3. String? bucket,
  4. bool? bucketKeyEnabled,
  5. String? key,
  6. RequestCharged? requestCharged,
  7. String? sSECustomerAlgorithm,
  8. String? sSECustomerKeyMD5,
  9. String? sSEKMSEncryptionContext,
  10. String? sSEKMSKeyId,
  11. ServerSideEncryption? serverSideEncryption,
  12. String? uploadId,
})

Implementation

CreateMultipartUploadOutput({
  this.abortDate,
  this.abortRuleId,
  this.bucket,
  this.bucketKeyEnabled,
  this.key,
  this.requestCharged,
  this.sSECustomerAlgorithm,
  this.sSECustomerKeyMD5,
  this.sSEKMSEncryptionContext,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.uploadId,
});