Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

CancelNotificationSuccessResponse.md

File metadata and controls

18 lines (12 loc) · 311 Bytes

OneSignal::CancelNotificationSuccessResponse

Properties

Name Type Description Notes
success Boolean [optional]

Example

require 'onesignal'

instance = OneSignal::CancelNotificationSuccessResponse.new(
  success: null
)