WindowsUpdate class

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.

Constructors

WindowsUpdate({List<Category>? categories, String? description, Identity? identity, List<String>? kbArticleIds, String? lastPublishedTimestamp, String? supportUrl, String? title})
WindowsUpdate.fromJson(Map json_)

Properties

categories ↔ List<Category>?
The list of categories to which the update belongs.
getter/setter pair
description ↔ String?
The localized description of the update.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
identity ↔ Identity?
Required - The unique identifier for the update.
getter/setter pair
kbArticleIds ↔ List<String>?
The Microsoft Knowledge Base article IDs that are associated with the update.
getter/setter pair
lastPublishedTimestamp ↔ String?
The last published timestamp of the update.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supportUrl ↔ String?
The hyperlink to the support information for the update.
getter/setter pair
title ↔ String?
The localized title of the update.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited