Name | Type | Description | Notes |
---|---|---|---|
notification_type | String | The type of notification that should be shown (e.g. error/warning/info). | |
title | String | Title of the notification. | |
body | String | Body of the notification. |
require 'TalonOne'
instance = TalonOne::ShowNotificationEffectProps.new(notification_type: null,
title: null,
body: null)