Sha256: 8a0eb2c298fc6440cbcabcc5ee1a012d7dcfbe1192a63c3e4401cec5fa4a3e7c
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
# MxPlatformRuby::ChallengesResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **challenges** | [**Array<Challenge>**](Challenge.md) | | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ChallengesResponseBody.new( challenges: null, pagination: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.2.1 | docs/ChallengesResponseBody.md |