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

ListMigrationTokensResponse

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

Response to a request to list migration tokens for a given enterprise.

interface ListMigrationTokensResponse {
migrationTokens?: MigrationToken[];
nextPageToken?: string;
}

§Properties

§
migrationTokens?: MigrationToken[]
[src]

The migration tokens from the specified enterprise.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.