Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 832 Bytes

File metadata and controls

22 lines (16 loc) · 832 Bytes

Zernio::InstagramAccountInsightsResponseMetricsValue

Properties

Name Type Description Notes
total Float Sum or aggregate value for the metric [optional]
values Array<InstagramAccountInsightsResponseMetricsValueValuesInner> Daily values (only for time_series) [optional]
breakdowns Array<InstagramAccountInsightsResponseMetricsValueBreakdownsInner> Breakdown values (only for total_value with breakdown) [optional]

Example

require 'zernio-sdk'

instance = Zernio::InstagramAccountInsightsResponseMetricsValue.new(
  total: null,
  values: null,
  breakdowns: null
)