Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 839 Bytes

File metadata and controls

24 lines (17 loc) · 839 Bytes

MessagesList

Properties

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]

Example

import { MessagesList } from 'bandwidth-sdk';

const instance: MessagesList = {
    totalCount,
    pageInfo,
    messages,
};

[Back to Model list] [Back to API list] [Back to README]