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

IpamAdminScopeAvailability

import type { IpamAdminScopeAvailability } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message for the availability of an IpamAdminScope

interface IpamAdminScopeAvailability {
adminProject?: bigint;
availability?: "AVAILABILITY_UNSPECIFIED" | "AVAILABLE" | "UNAVAILABLE";
scope?: string;
}

§Properties

§
adminProject?: bigint
[src]

The admin project of the IpamAdminScope if it exists.

§
availability?: "AVAILABILITY_UNSPECIFIED" | "AVAILABLE" | "UNAVAILABLE"
[src]

The availability of the scope.

§
scope?: string
[src]

The scope of the IpamAdminScope.