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

ListRealmsResponse

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

Message for response to listing Realms

interface ListRealmsResponse {
nextPageToken?: string;
realms?: Realm[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
realms?: Realm[]
[src]

The list of Realm

§
unreachable?: string[]
[src]

Locations that could not be reached.