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