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

CustomersListOptions

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

Additional options for AndroidDeviceProvisioning#customersList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).

§
pageToken?: string
[src]

A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator