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