PutSnapshotBlockResponse constructor

PutSnapshotBlockResponse({
  1. String? checksum,
  2. ChecksumAlgorithm? checksumAlgorithm,
})

Implementation

PutSnapshotBlockResponse({
  this.checksum,
  this.checksumAlgorithm,
});