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