TimeSeriesTableResponse

data class TimeSeriesTableResponse(val columnSettings: List<ColumnSettingsResponse>, val dataSets: List<TableDataSetResponse>, val metricVisualization: String)

A table that displays time series data.

Constructors

Link copied to clipboard
constructor(columnSettings: List<ColumnSettingsResponse>, dataSets: List<TableDataSetResponse>, metricVisualization: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The list of the persistent column settings for the table.

Link copied to clipboard

The data displayed in this table.

Link copied to clipboard

Optional. Store rendering strategy