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

SearchProfilesResponse

import type { SearchProfilesResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface SearchProfilesResponse {
NextToken?: string | null;
Profiles?: ProfileData[] | null;
TotalCount?: number | null;
}

§Properties

§
NextToken?: string | null
[src]

The token returned to indicate that there is more data available.

§
Profiles?: ProfileData[] | null
[src]

The profiles that meet the specified set of filter criteria, in sort order.

§
TotalCount?: number | null
[src]

The total number of room profiles returned.