Sha256: 1cf827fa7e4254d2c37ac5b207c084cbe6583f6b415365e6c5150582cff15b7d
Contents?: true
Size: 689 Bytes
Versions: 309
Compression:
Stored size: 689 Bytes
Contents
# CybridApiBank::TradingConfigurationListBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total** | **Integer** | The total number of records available. | [optional] | | **page** | **Integer** | The page index to retrieve. | [optional] | | **per_page** | **Integer** | The number of entities per page to return. | [optional] | | **objects** | [**Array<TradingConfigurationBankModel>**](TradingConfigurationBankModel.md) | | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TradingConfigurationListBankModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
309 entries across 309 versions & 1 rubygems