Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 535 Bytes

NotificationSlice.md

File metadata and controls

24 lines (18 loc) · 535 Bytes

OneSignal::NotificationSlice

Properties

Name Type Description Notes
total_count Integer [optional]
offset Integer [optional]
limit Integer [optional]
notifications Array<NotificationWithMeta> [optional]

Example

require 'onesignal'

instance = OneSignal::NotificationSlice.new(
  total_count: null,
  offset: null,
  limit: null,
  notifications: null
)