CompleteMultipartUploadOutput constructor
CompleteMultipartUploadOutput({
- String? bucket,
- bool? bucketKeyEnabled,
- String? eTag,
- String? expiration,
- String? key,
- String? location,
- RequestCharged? requestCharged,
- String? sSEKMSKeyId,
- ServerSideEncryption? serverSideEncryption,
- String? versionId,
Implementation
CompleteMultipartUploadOutput({
this.bucket,
this.bucketKeyEnabled,
this.eTag,
this.expiration,
this.key,
this.location,
this.requestCharged,
this.sSEKMSKeyId,
this.serverSideEncryption,
this.versionId,
});