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 content pertains to the `Checksum` class within the `Google.Cloud.WebRisk.V1` namespace, specifically for version 2.0.0 and later versions, including the latest version 2.6.0."],["The `Checksum` class represents the expected state of a client's local database, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `Checksum()` and a `Checksum(ComputeThreatListDiffResponse.Types.Checksum other)` constructor that takes a `ComputeThreatListDiffResponse.Types.Checksum` parameter."],["It contains a property, `Sha256`, of type `ByteString` which represents the SHA256 hash of the client state."],["The class also contains inherited members from the Object Class, including GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]