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