Sha256: 5a0501ebb0e0cc41f015f674ca8a55836c2d8fbf84e24050003bb557a79b0771

Contents?: true

Size: 499 Bytes

Versions: 7

Compression:

Stored size: 499 Bytes

Contents

# TalonOne::Notification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | id of the notification | 
**name** | **String** | name of the notification | 
**description** | **String** | description of the notification | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Notification.new(id: null,
                                 name: null,
                                 description: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/Notification.md
talon_one-2.4.0 docs/Notification.md
talon_one-2.3.0 docs/Notification.md
talon_one-2.2.0 docs/Notification.md
talon_one-2.1.1 docs/Notification.md
talon_one-2.1.0 docs/Notification.md
talon_one-2.0.0 docs/Notification.md