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

ListConferenceProvidersRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of conference providers to be returned, per paginated calls.

§
NextToken?: string | null
[src]

The tokens used for pagination.