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;
}