Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 543 Bytes

Trend.md

File metadata and controls

21 lines (14 loc) · 543 Bytes

AylienNewsApi::Trend

Properties

Name Type Description Notes
count Integer The count of the trend [optional]
value String The value of the trend [optional]
sentiment AggregatedSentiment [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Trend.new(count: null,
                                 value: null,
                                 sentiment: null)