Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

File metadata and controls

20 lines (14 loc) · 373 Bytes

Zernio::InstagramAccountInsightsResponseDateRange

Properties

Name Type Description Notes
since Date [optional]
_until Date [optional]

Example

require 'zernio-sdk'

instance = Zernio::InstagramAccountInsightsResponseDateRange.new(
  since: null,
  _until: null
)