| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | [optional] | |
| platform | String | [optional] | |
| account_type | String | [optional] | |
| username | String | [optional] | |
| aggregation | String | [optional] | |
| date_range | LinkedInAggregateAnalyticsTotalResponseDateRange | [optional] | |
| analytics | LinkedInAggregateAnalyticsDailyResponseAnalytics | [optional] | |
| skipped_metrics | Array<String> | Metrics that were skipped due to API limitations | [optional] |
| note | String | [optional] | |
| last_updated | Time | [optional] |
require 'zernio-sdk'
instance = Zernio::LinkedInAggregateAnalyticsDailyResponse.new(
account_id: null,
platform: linkedin,
account_type: personal,
username: null,
aggregation: null,
date_range: null,
analytics: null,
skipped_metrics: null,
note: null,
last_updated: null
)