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