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

LocationsVerificationsListOptions

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

Additional options for MyBusinessVerifications#locationsVerificationsList.

interface LocationsVerificationsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

How many verification to include per page. Minimum is 1, and the default and maximum page size is 100.

§
pageToken?: string
[src]

If specified, returns the next page of verifications.