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

ListDomainsResponse

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

Message for response to list domains.

interface ListDomainsResponse {
readonly domains?: Domain[];
readonly nextPageToken?: string;
readonly unreachable?: string[];
}

§Properties

§
readonly domains?: Domain[]
[src]

Output only. The list of domains.

§
readonly nextPageToken?: string
[src]

Output only. A token identifying the next page of results the server should return.

§
readonly unreachable?: string[]
[src]

Output only. Locations that could not be reached.