Windows Update Response
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)