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

SoftwarePackage

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

Software package information of the operating system.

interface SoftwarePackage {
aptPackage?: VersionedPackage;
cosPackage?: VersionedPackage;
googetPackage?: VersionedPackage;
windowsApplication?: WindowsApplication;
wuaPackage?: WindowsUpdatePackage;
yumPackage?: VersionedPackage;
zypperPackage?: VersionedPackage;
zypperPatch?: ZypperPatch;
}

§Properties

§

Details of an APT package. For details about the apt package manager, see https://wiki.debian.org/Apt.

§

Details of a COS package.

§
googetPackage?: VersionedPackage
[src]

Details of a Googet package. For details about the googet package manager, see https://github.com/google/googet.

§

Details of a Windows Quick Fix engineering package. See https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering for info in Windows Quick Fix Engineering.

§
windowsApplication?: WindowsApplication
[src]

Details of Windows Application.

§

Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.

§
zypperPackage?: VersionedPackage
[src]

Details of a Zypper package. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

§
zypperPatch?: ZypperPatch
[src]

Details of a Zypper patch. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.