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

ListRegistrationsResponse

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

Response for the ListRegistrations method.

interface ListRegistrationsResponse {
nextPageToken?: string;
registrations?: Registration[];
}

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

§
registrations?: Registration[]
[src]

A list of Registrations.