Sha256: 30bbc5d89b0c7c73597eb4b3eee6a4950ab695f015cf9642e3e0c7717d90c0b8
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
# MxPlatformRuby::InstitutionsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **institutions** | [**Array<Institution>**](Institution.md) | | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::InstitutionsResponseBody.new( institutions: null, pagination: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.2.1 | docs/InstitutionsResponseBody.md |