OSPolicyResourceRepositoryResourceGooRepository
import type { OSPolicyResourceRepositoryResourceGooRepository } from "https://googleapis.deno.dev/v1/osconfig:v2.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;
}