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