# TalonOne::FeaturesFeed ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | | [optional] **pub_date** | **String** | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::FeaturesFeed.new(title: null, pub_date: null) ```