coding-chimp/onesignal

View on GitHub
docs/InlineResponse2003.md

Summary

Maintainability
Test Coverage
# OneSignal::InlineResponse2003

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **in_app_messages** | **Array<Object>** |  | [optional] |

## Example

```ruby
require 'onesignal'

instance = OneSignal::InlineResponse2003.new(
  in_app_messages: null
)
```