| Name | Type | Description | Notes |
|---|---|---|---|
| aggregation | String | [optional] | |
| start_time | Integer | [optional] | |
| end_time | Integer | [optional] | |
| rows | Array<Hash<String, Object>> | [optional] |
require 'zernio-sdk'
instance = Zernio::GetTrackingTagStats200ResponseStats.new(
aggregation: null,
start_time: null,
end_time: null,
rows: null
)