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