# MxPlatformRuby::BudgetCreateRequestBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **budget** | [**BudgetCreateRequest**](BudgetCreateRequest.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::BudgetCreateRequestBody.new( budget: null ) ```