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

InventoryWindowsUpdatePackageWindowsUpdateCategory

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

Categories specified by the Windows Update.

interface InventoryWindowsUpdatePackageWindowsUpdateCategory {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The identifier of the windows update category.

§
name?: string
[src]

The name of the windows update category.