Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

NotificationHistorySuccessResponse.md

File metadata and controls

20 lines (14 loc) · 391 Bytes

OneSignal::NotificationHistorySuccessResponse

Properties

Name Type Description Notes
success Boolean [optional]
destination_url String [optional]

Example

require 'onesignal'

instance = OneSignal::NotificationHistorySuccessResponse.new(
  success: null,
  destination_url: null
)