Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
success | Boolean | [optional] | |
info | Object | Contains additional information about the notification, for debugging purposes. | [optional] |
require 'Pushy'
instance = Pushy::PushResponse.new(id: 5ea9b214b47cad768a35f13a,
success: true,
info: {"devices":1})