Name | Type | Description | Notes |
---|---|---|---|
Array<ShareCount> | Facebook shares count | [optional] | |
google_plus | Array<ShareCount> | Google Plus shares count | [optional] |
Array<ShareCount> | LinkedIn shares count | [optional] | |
Array<ShareCount> | Reddit shares count | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::ShareCounts.new(facebook: null,
google_plus: null,
linkedin: null,
reddit: null)