Name | Type | Description | Notes |
---|---|---|---|
notification_id | String | [optional] | |
errors | Notification200Errors | [optional] |
require 'onesignal'
instance = OneSignal::UpdateLiveActivitySuccessResponse.new(
notification_id: null,
errors: null
)
Name | Type | Description | Notes |
---|---|---|---|
notification_id | String | [optional] | |
errors | Notification200Errors | [optional] |
require 'onesignal'
instance = OneSignal::UpdateLiveActivitySuccessResponse.new(
notification_id: null,
errors: null
)