DescribeObjectResponse constructor

DescribeObjectResponse({
  1. String? cacheControl,
  2. int? contentLength,
  3. String? contentType,
  4. String? eTag,
  5. DateTime? lastModified,
})

Implementation

DescribeObjectResponse({
  this.cacheControl,
  this.contentLength,
  this.contentType,
  this.eTag,
  this.lastModified,
});