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