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/gmailpostmastertools:v2.ts";

Response message for ListDomains.

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

§Properties

§
domains?: Domain[]
[src]

The domains that have been registered by the user.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.