GdataDiffChecksumsResponse constructor
GdataDiffChecksumsResponse({
- GdataCompositeMedia? checksumsLocation,
- String? chunkSizeBytes,
- GdataCompositeMedia? objectLocation,
- String? objectSizeBytes,
- String? objectVersion,
Implementation
GdataDiffChecksumsResponse({
this.checksumsLocation,
this.chunkSizeBytes,
this.objectLocation,
this.objectSizeBytes,
this.objectVersion,
});