Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 556 Bytes

File metadata and controls

22 lines (16 loc) · 556 Bytes

Zernio::FollowerStatsResponse

Properties

Name Type Description Notes
accounts Array<AccountWithFollowerStats> [optional]
date_range GetFollowerStats200ResponseDateRange [optional]
aggregation String [optional]

Example

require 'zernio-sdk'

instance = Zernio::FollowerStatsResponse.new(
  accounts: null,
  date_range: null,
  aggregation: null
)