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

ProjectsLocationsEndpointsListOptions

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

Additional options for IDS#projectsLocationsEndpointsList.

interface ProjectsLocationsEndpointsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

§
orderBy?: string
[src]

Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

§
pageSize?: number
[src]

Optional. The maximum number of endpoints to return. The service may return fewer than this value.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListEndpoints call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEndpoints must match the call that provided the page token.