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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]