Sha256: 29b85c29472b0231c62eff7feacd85241210b7dedd151e054000be8d00900833
Contents?: true
Size: 508 Bytes
Versions: 69
Compression:
Stored size: 508 Bytes
Contents
# MxPlatformRuby::PaginationResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_page** | **Integer** | | [optional] | | **per_page** | **Integer** | | [optional] | | **total_entries** | **Integer** | | [optional] | | **total_pages** | **Integer** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::PaginationResponse.new( current_page: 1, per_page: 25, total_entries: 1, total_pages: 1 ) ```
Version data entries
69 entries across 69 versions & 1 rubygems