Name | Type | Description | Notes |
---|---|---|---|
count | Integer | The count of the trend | [optional] |
value | String | The value of the trend | [optional] |
sentiment | AggregatedSentiment | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::Trend.new(count: null,
value: null,
sentiment: null)