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

ListMigrationJobObjectsResponse

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

Response containing the objects for a migration job.

interface ListMigrationJobObjectsResponse {
migrationJobObjects?: MigrationJobObject[];
nextPageToken?: string;
}

§Properties

§
migrationJobObjects?: MigrationJobObject[]
[src]

List of migration job objects.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page.