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

InventoryZypperPatch

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

Details related to a Zypper Patch.

interface InventoryZypperPatch {
category?: string;
patchName?: string;
severity?: string;
summary?: string;
}

§Properties

§
category?: string
[src]

The category of the patch.

§
patchName?: string
[src]

The name of the patch.

§
severity?: string
[src]

The severity specified for this patch

§
summary?: string
[src]

Any summary information provided about this patch.