coding-chimp/onesignal

View on GitHub
docs/CreateSegmentConflictResponse.md

Summary

Maintainability
Test Coverage
# OneSignal::CreateSegmentConflictResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **success** | **Boolean** |  | [optional] |
| **errors** | **Array<String>** |  | [optional] |

## Example

```ruby
require 'onesignal'

instance = OneSignal::CreateSegmentConflictResponse.new(
  success: null,
  errors: null
)
```