RepeatOptions
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.RepeatOptions
direction
def direction(direction: typing.Literal["h", "v"]) -> typing.Self
max_per_row
def max_per_row(max_per_row: int) -> typing.Self
value
def value(value: str) -> typing.Self
See also