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 page details the `Identity` class within the `Grafeas.V1.WindowsUpdate.Types` namespace, used to uniquely identify a Windows update."],["The `Identity` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["It offers two constructors: a default constructor (`Identity()`) and one that takes another `Identity` object as a parameter (`Identity(WindowsUpdate.Types.Identity other)`)."],["The `Identity` class has two main properties: `Revision` which is an integer representing the update's revision number, and `UpdateId` which is a string that provides the revision-independent identifier."],["This page provides access to documentation for version 3.0.0 of this `Identity` class, along with links to documentation for previous versions ranging from 2.2.0 to 3.7.0."]]],[]]