Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

File metadata and controls

20 lines (14 loc) · 341 Bytes

Zernio::FollowerStatsResponseDateRange

Properties

Name Type Description Notes
from Time [optional]
to Time [optional]

Example

require 'zernio-sdk'

instance = Zernio::FollowerStatsResponseDateRange.new(
  from: null,
  to: null
)