PutObjectResponse constructor

PutObjectResponse({
  1. String? contentSHA256,
  2. String? eTag,
  3. StorageClass? storageClass,
})

Implementation

PutObjectResponse({
  this.contentSHA256,
  this.eTag,
  this.storageClass,
});