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