PutSnapshotBlockResponse constructor
PutSnapshotBlockResponse({
- String? checksum,
- ChecksumAlgorithm? checksumAlgorithm,
Implementation
PutSnapshotBlockResponse({
this.checksum,
this.checksumAlgorithm,
});