CopyPartResult constructor

CopyPartResult(
  1. String? eTag,
  2. DateTime? lastModified
)

Implementation

CopyPartResult(
  this.eTag,
  this.lastModified,
);