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

YumArtifact

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

A detailed representation of a Yum artifact.

interface YumArtifact {
readonly architecture?: string;
readonly name?: string;
readonly packageName?: string;
readonly packageType?: "PACKAGE_TYPE_UNSPECIFIED" | "BINARY" | "SOURCE";
}

§Properties

§
readonly architecture?: string
[src]

Output only. Operating system architecture of the artifact.

§
readonly name?: string
[src]

Output only. The Artifact Registry resource name of the artifact.

§
readonly packageName?: string
[src]

Output only. The yum package name of the artifact.

§
readonly packageType?: "PACKAGE_TYPE_UNSPECIFIED" | "BINARY" | "SOURCE"
[src]

Output only. An artifact is a binary or source package.