public sealed class Identity : IMessage<WindowsUpdate.Types.Identity>, IEquatable<WindowsUpdate.Types.Identity>, IDeepCloneable<WindowsUpdate.Types.Identity>, 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-04-17 UTC."],[[["This webpage details the `Identity` class within the `Grafeas.V1.WindowsUpdate.Types` namespace, providing information about its structure and functionality across different versions."],["The `Identity` class is a sealed class that represents the unique identifier of a Windows update, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties such as `Revision` (an integer representing the update's revision number) and `UpdateId` (a string for the revision-independent identifier)."],["There are multiple versions of the `Identity` class documented, ranging from version 2.2.0 up to the latest version 3.7.0, all accessible through version-specific links."],["The page also lists inherited members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, alongside constructor details for the `Identity` class."]]],[]]