GdataDiffChecksumsResponse constructor

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

Implementation

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