Sha256: 25c45f47e05b6cc3918e6efec8e6b57f9a38aaacc4711a2ca380c5fcd8b7c622
Contents?: true
Size: 464 Bytes
Versions: 70
Compression:
Stored size: 464 Bytes
Contents
# 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 ) ```
Version data entries
70 entries across 70 versions & 1 rubygems