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

EnterprisesMigrationTokensListOptions

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

Additional options for AndroidManagement#enterprisesMigrationTokensList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of migration tokens to return. Fewer migration tokens may be returned. If unspecified, at most 100 migration tokens will be returned. The maximum value is 100; values above 100 will be coerced to 100.

§
pageToken?: string
[src]

A page token, received from a previous ListMigrationTokens call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to ListMigrationTokens must match the call that provided the page token.