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

GoogetArtifact

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

A detailed representation of a GooGet artifact.

interface GoogetArtifact {
readonly architecture?: string;
readonly name?: string;
readonly packageName?: string;
}

§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 GooGet package name of the artifact.