DashboardFilterResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specified filter type

Link copied to clipboard

The key for the label

Link copied to clipboard

A variable-length string value.

Link copied to clipboard

The placeholder text that can be referenced in a filter string or MQL query. If omitted, the dashboard filter will be applied to all relevant widgets in the dashboard.