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