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

ProjectsDatasetsDataItemsListOptions

import type { ProjectsDatasetsDataItemsListOptions } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Additional options for DataLabeling#projectsDatasetsDataItemsList.

interface ProjectsDatasetsDataItemsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filter is not supported at this moment.

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

§
pageToken?: string
[src]

Optional. A token identifying a page of results for the server to return. Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.