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

ProjectsLocationsIntegrationsVersionsListOptions

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

Additional options for Integrations#projectsLocationsIntegrationsVersionsList.

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

§Properties

§
fieldMask?: string
[src]

The field mask which specifies the particular data to be returned.

§
filter?: string
[src]

Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id="1" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like task_config.

§
orderBy?: string
[src]

The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", "snapshot_number" Ascending sort order for "name".

§
pageSize?: number
[src]

The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

§
pageToken?: string
[src]

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