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