Sha256: 173bebc482da503ad6a6aca1aefe2c982242003bb2f15ae213530ec8156e5040
Contents?: true
Size: 930 Bytes
Versions: 4
Compression:
Stored size: 930 Bytes
Contents
# TalonOne::FeedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | Title of the feed notification | **created** | **DateTime** | Timestamp of the moment this feed notification was created | **updated** | **DateTime** | Timestamp of the moment this feed notification was last updated | **article_url** | **String** | URL to the feed notification in the help center | **type** | **String** | The type of the feed notification | **body** | **String** | Body of the feed notification | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::FeedNotification.new(title: null, created: null, updated: null, article_url: null, type: null, body: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/FeedNotification.md |
talon_one-2.4.0 | docs/FeedNotification.md |
talon_one-2.3.0 | docs/FeedNotification.md |
talon_one-2.2.0 | docs/FeedNotification.md |