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

RetrieveGoogleDomainsDnsRecordsResponse

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

Response for the RetrieveGoogleDomainsDnsRecords method.

interface RetrieveGoogleDomainsDnsRecordsResponse {
nextPageToken?: string;
}

§Properties

§
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.

§

The resource record set resources (DNS Zone records).