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