Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | [optional] | |
offset | Integer | [optional] | |
limit | Integer | [optional] | |
players | Array<Player> | [optional] |
require 'onesignal'
instance = OneSignal::PlayerSlice.new(
total_count: null,
offset: null,
limit: null,
players: null
)