Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 324 Bytes

File metadata and controls

18 lines (12 loc) · 324 Bytes

OneSignal::StartLiveActivitySuccessResponse

Properties

Name Type Description Notes
notification_id String [optional]

Example

require 'onesignal'

instance = OneSignal::StartLiveActivitySuccessResponse.new(
  notification_id: null
)