Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

File metadata and controls

20 lines (14 loc) · 398 Bytes

Zernio::InstagramAccountInsightsResponseMetricsValueValuesInner

Properties

Name Type Description Notes
date Date [optional]
value Float [optional]

Example

require 'zernio-sdk'

instance = Zernio::InstagramAccountInsightsResponseMetricsValueValuesInner.new(
  date: null,
  value: null
)