Data Set Response
data class DataSetResponse(val legendTemplate: String, val minAlignmentPeriod: String, val plotType: String, val targetAxis: String, val timeSeriesQuery: TimeSeriesQueryResponse)
Groups a time series query definition with charting options.
Constructors
Link copied to clipboard
fun DataSetResponse(legendTemplate: String, minAlignmentPeriod: String, plotType: String, targetAxis: String, timeSeriesQuery: TimeSeriesQueryResponse)
Types
Properties
Link copied to clipboard
Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.
Link copied to clipboard