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

ProjectsLocationsConnectionsEntityTypesEntitiesListOptions

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

Additional options for Connectors#projectsLocationsConnectionsEntityTypesEntitiesList.

interface ProjectsLocationsConnectionsEntityTypesEntitiesListOptions {
conditions?: string;
pageSize?: number;
pageToken?: string;
sortBy?: string;
}

§Properties

§
conditions?: string
[src]

Conditions to be used when listing entities. From a proto standpoint, There are no restrictions on what can be passed using this field. The connector documentation should have information about what format of filters/conditions are supported.

§
pageSize?: number
[src]

Number of entity rows to return. Defaults page size = 25. Max page size = 200.

§
pageToken?: string
[src]

Page token value if available from a previous request.

§
sortBy?: string
[src]

List of 'sort_by' columns to use when returning the results.