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

OSPolicyResourceRepositoryResourceGooRepository

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

Represents a Goo package repository. These are added to a repo file that is managed at C:/ProgramData/GooGet/repos/google_osconfig.repo.

interface OSPolicyResourceRepositoryResourceGooRepository {
name?: string;
url?: string;
}

§Properties

§
name?: string
[src]

Required. The name of the repository.

§
url?: string
[src]

Required. The url of the repository.