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

ProjectsLocationsFunctionsListOptions

import type { ProjectsLocationsFunctionsListOptions } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Additional options for CloudFunctions#projectsLocationsFunctionsList.

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

§Properties

§
filter?: string
[src]

The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

§
orderBy?: string
[src]

The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.

§
pageSize?: number
[src]

Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.

§
pageToken?: string
[src]

The value returned by the last ListFunctionsResponse; indicates that this is a continuation of a prior ListFunctions call, and that the system should return the next page of data.