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

XpnResourceId

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

Service resource (a.k.a service project) ID.

interface XpnResourceId {
id?: string;
type?: "PROJECT" | "XPN_RESOURCE_TYPE_UNSPECIFIED";
}

§Properties

§
id?: string
[src]

The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).

§
type?: "PROJECT" | "XPN_RESOURCE_TYPE_UNSPECIFIED"
[src]

The type of the service resource.