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