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

ProjectsLocationsProductsIntegrationsListOptions

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

Additional options for Integrations#projectsLocationsProductsIntegrationsList.

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

§Properties

§
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. Supported sort keys are: Descending sort order by "last_modified_time", "created_time", "snapshot_number". Ascending sort order by the integration name.

§
pageSize?: number
[src]

The page size for the resquest.

§
pageToken?: string
[src]

The page token for the resquest.