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

OSPolicyResourcePackageResourceYUM

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

A package managed by YUM. - install: yum -y install package - remove: yum -y remove package

interface OSPolicyResourcePackageResourceYUM {
name?: string;
}

§Properties

§
name?: string
[src]

Required. Package name.