AnalyticsChartSeriesDto
Time series of one metric. Every bucket of the requested period is present — empty ones come as zero, so nothing needs densifying on the client.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
key | string | да | — |
buckets | TimeBucketDto[] | да | — |
Пример
json
{
"key": "string",
"buckets": []
}