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