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

SearchAddressBooksResponse

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

§Properties

§
AddressBooks?: AddressBookData[] | null
[src]

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

§
NextToken?: string | null
[src]

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

§
TotalCount?: number | null
[src]

The total number of address books returned.