Dashboard Filter Response
data class DashboardFilterResponse(val filterType: String, val labelKey: String, val stringValue: String, val templateVariable: String)
A filter to reduce the amount of data charted in relevant widgets.
Constructors
Link copied to clipboard
fun DashboardFilterResponse(filterType: String, labelKey: String, stringValue: String, templateVariable: String)