coding-chimp/onesignal

View on GitHub
docs/NotificationAllOf.md

Summary

Maintainability
Test Coverage
# OneSignal::NotificationAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **send_after** | **Time** | Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. \"Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)\" \"September 24th 2015, 2:00:00 pm UTC-07:00\" \"2015-09-24 14:00:00 GMT-0700\" \"Sept 24 2015 14:00:00 GMT-0700\" \"Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)\" Note: SMS currently only supports send_after parameter.  | [optional] |

## Example

```ruby
require 'onesignal'

instance = OneSignal::NotificationAllOf.new(
  send_after: null
)
```