Sha256: 297c9198926578f3e896a98218018ef4c15993aa296dc8651695ddfdc1b80351
Contents?: true
Size: 529 Bytes
Versions: 4
Compression:
Stored size: 529 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/UserFeedNotifications.md |
talon_one-2.4.0 | docs/UserFeedNotifications.md |
talon_one-2.3.0 | docs/UserFeedNotifications.md |
talon_one-2.2.0 | docs/UserFeedNotifications.md |