# MxPlatformRuby::TagCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TagCreateRequest.new( name: MY TAG ) ```