ListDiskMigrationJobsResponse
import type { ListDiskMigrationJobsResponse } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Response message for 'ListDiskMigrationJobs' request.
interface ListDiskMigrationJobsResponse {
readonly diskMigrationJobs?: DiskMigrationJob[];
readonly nextPageToken?: string;
readonly unreachable?: string[];
}