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

ProjectsLocationsConnectionsRuntimeActionSchemasListOptions

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

Additional options for Integrations#projectsLocationsConnectionsRuntimeActionSchemasList.

interface ProjectsLocationsConnectionsRuntimeActionSchemasListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Filter. Only the action field with literal equality operator is supported.

§
pageSize?: number
[src]

Page size.

§
pageToken?: string
[src]

Page token.