AutoGridLayoutItem
Constructor
AutoGridLayoutItem(name: str)
Methods
build
Builds the object.
def build() -> dashboardv2beta1.AutoGridLayoutItemKind
conditional_rendering
def conditional_rendering(conditional_rendering: cogbuilder.Builder[dashboardv2beta1.ConditionalRenderingGroupKind]) -> typing.Self
element
def element(element: cogbuilder.Builder[dashboardv2beta1.ElementReference]) -> typing.Self
name
def name(name: str) -> typing.Self
repeat
def repeat(repeat: cogbuilder.Builder[dashboardv2beta1.AutoGridRepeatOptions]) -> typing.Self
See also