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

ZypperPatch

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

Details related to a Zypper Patch.

interface ZypperPatch {
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.