WindowsUpdateResponse

data class WindowsUpdateResponse(val categories: List<CategoryResponse>, val description: String, val identity: IdentityResponse, val kbArticleIds: List<String>, val lastPublishedTimestamp: String, val supportUrl: String, val title: String)

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

Link copied to clipboard
fun WindowsUpdateResponse(categories: List<CategoryResponse>, description: String, identity: IdentityResponse, kbArticleIds: List<String>, lastPublishedTimestamp: String, supportUrl: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of categories to which the update belongs.

Link copied to clipboard

The localized description of the update.

Link copied to clipboard

Required - The unique identifier for the update.

Link copied to clipboard

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

Link copied to clipboard

The last published timestamp of the update.

Link copied to clipboard

The hyperlink to the support information for the update.

Link copied to clipboard

The localized title of the update.