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