| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | The total number of messages matched by the search. When the request has limitTotalCount set to true this value is limited to 10,000. | [optional] [default to undefined] |
| pageInfo | PageInfo | [optional] [default to undefined] | |
| messages | Array<ListMessageItem> | [optional] [default to undefined] |
import { MessagesList } from 'bandwidth-sdk';
const instance: MessagesList = {
totalCount,
pageInfo,
messages,
};