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

RepoId

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

A unique identifier for a Cloud Repo.

interface RepoId {
projectRepoId?: ProjectRepoId;
uid?: string;
}

§Properties

§
projectRepoId?: ProjectRepoId
[src]

A combination of a project ID and a repo name.

§
uid?: string
[src]

A server-assigned, globally unique identifier.