Sha256: cf6357b21126e778d38d30c5b2d64813fd8c84d0671051548a468541fa40a54f

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

# MxPlatformRuby::StatementsResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pagination** | [**Pagination**](Pagination.md) |  | [optional] |
| **statements** | [**Array<Statement>**](Statement.md) |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::StatementsResponseBody.new(
  pagination: null,
  statements: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mx-platform-ruby-0.2.1 docs/StatementsResponseBody.md