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

GoogleCloudAiplatformV1ListDataItemsResponse

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

Response message for DatasetService.ListDataItems.

interface GoogleCloudAiplatformV1ListDataItemsResponse {
nextPageToken?: string;
}

§Properties

§

A list of DataItems that matches the specified filter in the request.

§
nextPageToken?: string
[src]

The standard List next-page token.