Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 600 Bytes

CreateNotificationSuccessResponse.md

File metadata and controls

24 lines (18 loc) · 600 Bytes

OneSignal::CreateNotificationSuccessResponse

Properties

Name Type Description Notes
id String [optional]
recipients Integer Estimated number of subscribers targetted by notification. [optional]
external_id String [optional]
errors Notification200Errors [optional]

Example

require 'onesignal'

instance = OneSignal::CreateNotificationSuccessResponse.new(
  id: null,
  recipients: null,
  external_id: null,
  errors: null
)