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