AdHocFilterWithLabels
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.AdHocFilterWithLabels
condition
@deprecated
def condition(condition: str) -> typing.Self
force_edit
def force_edit(force_edit: bool) -> typing.Self
key
def key(key: str) -> typing.Self
key_label
def key_label(key_label: str) -> typing.Self
operator
def operator(operator: str) -> typing.Self
origin
def origin(origin: str) -> typing.Self
value
def value(value: str) -> typing.Self
value_labels
def value_labels(value_labels: list[str]) -> typing.Self
values
def values(values: list[str]) -> typing.Self
See also