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