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

ProjectsLocationsClustersConsumerGroupsListOptions

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

Additional options for ManagedKafka#projectsLocationsClustersConsumerGroupsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of consumer groups to return. The service may return fewer than this value. If unset or zero, all consumer groups for the parent is returned.

§
pageToken?: string
[src]

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