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, focusing on version 2.4.0 and including links to previous and later versions."],["The `Identity` class represents the unique identifier of a Windows update and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides properties for `Revision` (an integer) and `UpdateId` (a string), describing the update's revision number and revision-independent identifier, respectively."],["The document lists the constructors available for creating an `Identity` object, one default constructor and another to construct from an existing `Identity` object."],["The page also lists all the inherited members from the `Object` base class, specifically GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]