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

GoogleCloudAiplatformV1ListPersistentResourcesResponse

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

Response message for PersistentResourceService.ListPersistentResources

interface GoogleCloudAiplatformV1ListPersistentResourcesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass to ListPersistentResourcesRequest.page_token to obtain that page.