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

ListGatewayGroupsRequest

import type { ListGatewayGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListGatewayGroupsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of gateway group summaries to return. The default is 50.

§
NextToken?: string | null
[src]

The token used to paginate though multiple pages of gateway group summaries.