DiffVersionResponse constructor

DiffVersionResponse({
  1. String? objectSizeBytes,
  2. String? objectVersion,
})

Implementation

DiffVersionResponse({this.objectSizeBytes, this.objectVersion});