Windows Update Args
data class WindowsUpdateArgs(val categories: Output<List<CategoryArgs>>? = null, val description: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val kbArticleIds: Output<List<String>>? = null, val lastPublishedTimestamp: Output<String>? = null, val supportUrl: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<WindowsUpdateArgs>
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 WindowsUpdateArgs(categories: Output<List<CategoryArgs>>? = null, description: Output<String>? = null, identity: Output<IdentityArgs>? = null, kbArticleIds: Output<List<String>>? = null, lastPublishedTimestamp: Output<String>? = null, supportUrl: Output<String>? = null, title: Output<String>? = null)