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

ProjectsDatasetsListOptions

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

Additional options for DataLabeling#projectsDatasetsList.

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

§Properties

§
filter?: string
[src]

Optional. Filter on dataset 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 ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.