# MxPlatformRuby::TagResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | | [optional] | | **name** | **String** | | [optional] | | **user_guid** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TagResponse.new( guid: TAG-aef36e72-6294-4c38-844d-e573e80aed52, name: MY TAG, user_guid: USR-11141024-90b3-1bce-cac9-c06ced52ab4c ) ```