DiffChecksumsResponse constructor

DiffChecksumsResponse({
  1. CompositeMedia? checksumsLocation,
  2. String? chunkSizeBytes,
  3. CompositeMedia? objectLocation,
  4. String? objectSizeBytes,
  5. String? objectVersion,
})

Implementation

DiffChecksumsResponse({
  this.checksumsLocation,
  this.chunkSizeBytes,
  this.objectLocation,
  this.objectSizeBytes,
  this.objectVersion,
});