checksum property

GoogleSecuritySafebrowsingV4Checksum? checksum
getter/setter pair

The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided update.

If the client state doesn't match the expected state, the client must disregard this update and retry later.

Implementation

GoogleSecuritySafebrowsingV4Checksum? checksum;