Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InventoryWindowsQuickFixEngineeringPackage

import type { InventoryWindowsQuickFixEngineeringPackage } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering

interface InventoryWindowsQuickFixEngineeringPackage {
caption?: string;
description?: string;
hotFixId?: string;
installTime?: Date;
}

§Properties

§
caption?: string
[src]

A short textual description of the QFE update.

§
description?: string
[src]

A textual description of the QFE update.

§
hotFixId?: string
[src]

Unique identifier associated with a particular QFE update.

§
installTime?: Date
[src]

Date that the QFE update was installed. Mapped from installed_on field.