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

SearchNetworkProfilesResponse

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

§Properties

§
NetworkProfiles?: NetworkProfileData[] | null
[src]

The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.

§
NextToken?: string | null
[src]

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

§
TotalCount?: number | null
[src]

The total number of network profiles returned.