ObjectVersion constructor

ObjectVersion(
  1. String? eTag,
  2. bool? isLatest,
  3. String? key,
  4. DateTime? lastModified,
  5. Owner? owner,
  6. int? size,
  7. String? storageClass,
  8. String? versionId,
)

Implementation

ObjectVersion(
  this.eTag,
  this.isLatest,
  this.key,
  this.lastModified,
  this.owner,
  this.size,
  this.storageClass,
  this.versionId,
);