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

ProjectRepoId

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

Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.

interface ProjectRepoId {
projectId?: string;
repoName?: string;
}

§Properties

§
projectId?: string
[src]

The ID of the project.

§
repoName?: string
[src]

The name of the repo. Leave empty for the default repo.