Skip to content

AdHocVariable🔗

Constructor🔗

AdHocVariable(name: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.VariableModel

datasource🔗

Data source used to fetch values for a variable. It can be defined but null.

def datasource(datasource: dashboard.DataSourceRef) -> typing.Self

description🔗

Description of variable. It can be defined but null.

def description(description: str) -> typing.Self

hide🔗

Visibility configuration for the variable

def hide(hide: dashboard.VariableHide) -> typing.Self

label🔗

Optional display name

def label(label: str) -> typing.Self

name🔗

Name of variable

def name(name: str) -> typing.Self

See also🔗