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

ProjectsLocationsConnectClustersConnectorsListOptions

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

Additional options for ManagedKafka#projectsLocationsConnectClustersConnectorsList.

interface ProjectsLocationsConnectClustersConnectorsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of connectors to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

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