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

ProjectsInstructionsListOptions

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

Additional options for DataLabeling#projectsInstructionsList.

interface ProjectsInstructionsListOptions {
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 ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.