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

GoogleCloudAiplatformV1SearchMigratableResourcesResponse

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

Response message for MigrationService.SearchMigratableResources.

interface GoogleCloudAiplatformV1SearchMigratableResourcesResponse {
nextPageToken?: string;
}

§Properties

§

All migratable resources that can be migrated to the location specified in the request.

§
nextPageToken?: string
[src]

The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.