ProjectsLocationsAppsExamplesListOptions
import type { ProjectsLocationsAppsExamplesListOptions } from "https://googleapis.deno.dev/v1/ces:v1.ts";Additional options for ces#projectsLocationsAppsExamplesList.
interface ProjectsLocationsAppsExamplesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. Filter to be applied when listing the examples. See https://google.aip.dev/160 for more details.
§
orderBy?: string
[src]Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.