PutObjectResponse constructor
PutObjectResponse({
- String? contentSHA256,
- String? eTag,
- StorageClass? storageClass,
Implementation
PutObjectResponse({
this.contentSHA256,
this.eTag,
this.storageClass,
});