Sha256: eda903d68bf2515550e9fb08410335b957fd6b276b4046f5f96f2fed2d0d5e72
Contents?: true
Size: 936 Bytes
Versions: 6
Compression:
Stored size: 936 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
6 entries across 6 versions & 1 rubygems