Show / Hide Table of Contents

Class WindowsUpdate

Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.

Inheritance
object
WindowsUpdate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class WindowsUpdate : IDirectResponseSchema

Properties

Categories

The list of categories to which the update belongs.

Declaration
[JsonProperty("categories")]
public virtual IList<Category> Categories { get; set; }
Property Value
Type Description
IList<Category>

Description

The localized description of the update.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Identity

Required - The unique identifier for the update.

Declaration
[JsonProperty("identity")]
public virtual Identity Identity { get; set; }
Property Value
Type Description
Identity

KbArticleIds

The Microsoft Knowledge Base article IDs that are associated with the update.

Declaration
[JsonProperty("kbArticleIds")]
public virtual IList<string> KbArticleIds { get; set; }
Property Value
Type Description
IList<string>

LastPublishedTimestamp

object representation of LastPublishedTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastPublishedTimestampDateTimeOffset instead.")]
public virtual object LastPublishedTimestamp { get; set; }
Property Value
Type Description
object

LastPublishedTimestampDateTimeOffset

DateTimeOffset representation of LastPublishedTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastPublishedTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastPublishedTimestampRaw

The last published timestamp of the update.

Declaration
[JsonProperty("lastPublishedTimestamp")]
public virtual string LastPublishedTimestampRaw { get; set; }
Property Value
Type Description
string

SupportUrl

The hyperlink to the support information for the update.

Declaration
[JsonProperty("supportUrl")]
public virtual string SupportUrl { get; set; }
Property Value
Type Description
string

Title

The localized title of the update.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX