Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 598 Bytes

Clusters.md

File metadata and controls

21 lines (14 loc) · 598 Bytes

AylienNewsApi::Clusters

Properties

Name Type Description Notes
cluster_count Integer The total number of clusters [optional]
clusters Array<Cluster> An array of clusters [optional]
next_page_cursor String The next page cursor [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Clusters.new(cluster_count: null,
                                 clusters: null,
                                 next_page_cursor: null)