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