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

RetrieveImportableDomainsResponse

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

Deprecated: For more information, see Cloud Domains feature deprecation. Response for the RetrieveImportableDomains method.

interface RetrieveImportableDomainsResponse {
domains?: Domain[];
nextPageToken?: string;
}

§Properties

§
domains?: Domain[]
[src]

A list of domains that the calling user manages in Google Domains.

§
nextPageToken?: string
[src]

When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.