Skip to content

ConditionalRenderingVariable🔗

Constructor🔗

ConditionalRenderingVariable()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.ConditionalRenderingVariableKind

operator🔗

def operator(operator: typing.Literal["equals", "notEquals", "matches", "notMatches"]) -> typing.Self

spec🔗

def spec(spec: cogbuilder.Builder[dashboardv2beta1.ConditionalRenderingVariableSpec]) -> typing.Self

value🔗

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

variable🔗

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

See also🔗