ProjectsLocationsProductsIntegrationsVersionsListOptions
import type { ProjectsLocationsProductsIntegrationsVersionsListOptions } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
Additional options for Integrations#projectsLocationsProductsIntegrationsVersionsList.
§Properties
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
.
The results would be returned in order you specified here. Currently
supported sort keys are: Descending sort order for "last_modified_time",
"created_time", and "snapshot_number". Ascending sort order for name
.