| 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] |
require 'zernio-sdk'
instance = Zernio::InstagramAccountInsightsResponseMetricsValue.new(
total: null,
values: null,
breakdowns: null
)