public sealed class WindowsUpdate.Types.Identity : IMessage<WindowsUpdate.Types.Identity>, IEquatable<WindowsUpdate.Types.Identity>, IDeepCloneable<WindowsUpdate.Types.Identity>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class WindowsUpdate.Types.Identity.
The unique identifier of the update.
Implements
IMessageWindowsUpdateTypesIdentity, IEquatableWindowsUpdateTypesIdentity, IDeepCloneableWindowsUpdateTypesIdentity, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Identity()
public Identity()
Identity(Identity)
public Identity(WindowsUpdate.Types.Identity other)
Parameter | |
---|---|
Name | Description |
other |
WindowsUpdateTypesIdentity |
Properties
Revision
public int Revision { get; set; }
The revision number of the update.
Property Value | |
---|---|
Type | Description |
int |
UpdateId
public string UpdateId { get; set; }
The revision independent identifier of the update.
Property Value | |
---|---|
Type | Description |
string |