Sha256: a0cd7d8d7a43b0be141bc82b1ecb86d6ae6974a387699ac82470a34a1458bfc9
Contents?: true
Size: 531 Bytes
Versions: 6
Compression:
Stored size: 531 Bytes
Contents
# TalonOne::UserFeedNotifications ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **last_update** | **DateTime** | Timestamp of the last request for this list. | **notifications** | [**Array<FeedNotification>**](FeedNotification.md) | List of all notifications to notify the user about. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UserFeedNotifications.new(last_update: null, notifications: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems