Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 604 Bytes

MessagesList.md

File metadata and controls

22 lines (16 loc) · 604 Bytes

Bandwidth::MessagesList

Properties

Name Type Description Notes
total_count Integer 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]
page_info PageInfo [optional]
messages Array<ListMessageItem> [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::MessagesList.new(
  total_count: 100,
  page_info: null,
  messages: null
)