Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 300 Bytes

InlineResponse200.md

File metadata and controls

18 lines (12 loc) · 300 Bytes

OneSignal::InlineResponse200

Properties

Name Type Description Notes
identity Hash<String, Object> [optional]

Example

require 'onesignal'

instance = OneSignal::InlineResponse200.new(
  identity: null
)