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

ListCustomRangesResponse

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

Message for response to listing CustomRanges

interface ListCustomRangesResponse {
customRanges?: CustomRange[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
customRanges?: CustomRange[]
[src]

The list of CustomRange

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
unreachable?: string[]
[src]

Locations that could not be reached.