public sealed class Checksum : IMessage<ComputeThreatListDiffResponse.Types.Checksum>, IEquatable<ComputeThreatListDiffResponse.Types.Checksum>, IDeepCloneable<ComputeThreatListDiffResponse.Types.Checksum>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Checksum` class represents the expected state of a client's local database within the `Google.Cloud.WebRisk.V1Beta1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message manipulation and comparison."],["The class is available in three different versions, the latest being `3.0.0-beta05` and the page containing the details for version `2.0.0-beta05`."],["It inherits from the `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `Checksum` class contains a property called `Sha256`, which is a `ByteString` representing the SHA256 hash of the sorted list of hashes present in the client's database."]]],[]]