Sha256: f33fba22e79440fb7a03db8f9f590e2f56b17c0dc0b639b35c0faf54f70153f2
Contents?: true
Size: 604 Bytes
Versions: 17
Compression:
Stored size: 604 Bytes
Contents
# 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**](PageInfo.md) | | [optional] | | **messages** | [**Array<ListMessageItem>**](ListMessageItem.md) | | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::MessagesList.new( total_count: 100, page_info: null, messages: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems