CopyObjectResult constructor

CopyObjectResult({
  1. String? eTag,
  2. DateTime? lastModified,
})

Implementation

CopyObjectResult({
  this.eTag,
  this.lastModified,
});