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

CustomersDevicesListOptions

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

Additional options for AndroidDeviceProvisioning#customersDevicesList.

interface CustomersDevicesListOptions {
pageSize?: bigint;
pageToken?: string;
}

§Properties

§
pageSize?: bigint
[src]

The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.

§
pageToken?: string
[src]

A token specifying which result page to return.