Record
get-geo-stats-params
No description available.
record get-geo-stats-params {
country: option<get-geo-stats-country-enum>,
on-behalf-of: option<string>,
limit: option<s32>,
offset: option<s32>,
aggregated-by: option<get-browsers-stats-aggregated-by-enum>,
start-date: string,
end-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| country | option<get-geo-stats-country-enum> | |
| on-behalf-of | option<string> | |
| limit | option<s32> | |
| offset | option<s32> | |
| aggregated-by | option<get-browsers-stats-aggregated-by-enum> | |
| start-date | string | |
| end-date | option<string> |