# MxPlatformRuby::ChallengesResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **challenges** | [**Array<ChallengeResponse>**](ChallengeResponse.md) | | [optional] | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ChallengesResponseBody.new( challenges: null, pagination: null ) ```