Sha256: 91f4ebeff85c5b5a23f5f94d473138ed0362eee73c36d8c6193665746a7813a6
Contents?: true
Size: 452 Bytes
Versions: 70
Compression:
Stored size: 452 Bytes
Contents
# MxPlatformRuby::HoldingsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **holdings** | [**Array<HoldingResponse>**](HoldingResponse.md) | | [optional] | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::HoldingsResponseBody.new( holdings: null, pagination: null ) ```
Version data entries
70 entries across 70 versions & 1 rubygems