Sha256: 07ee1cc111b24213b16b553f9d74e267ae8f15330a0bf60f14255d886e0820fd
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
# VeloPayments::CommonPageObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **number_of_elements** | **Integer** | | [optional] | | **total_elements** | **Integer** | | [optional] | | **total_pages** | **Integer** | | [optional] | | **page** | **Integer** | | [optional] | | **page_size** | **Integer** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::CommonPageObject.new( number_of_elements: 10, total_elements: 10, total_pages: 10, page: 10, page_size: 10 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/CommonPageObject.md |