Name | Type | Description | Notes |
---|---|---|---|
count | Integer | The count of time series bin | [optional] |
published_at | DateTime | The published date of the time series bin | [optional] |
sentiment | AggregatedSentiment | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::TimeSeries.new(count: null,
published_at: null,
sentiment: null)