Sha256: 212450d5397e8887cfaa3c658b2f2189f110a8218ab89bfead5593e9abb3a6f0

Contents?: true

Size: 502 Bytes

Versions: 6

Compression:

Stored size: 502 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

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/Notification.md
talon_one-6.0.0 docs/Notification.md
talon_one-5.0.0 docs/Notification.md
talon_one-3.0.2 docs/Notification.md
talon_one-3.0.1 docs/Notification.md
talon_one-3.0.0 docs/Notification.md