Class RowLayout (2.5.1)

RowLayout(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A simplified layout that divides the available space into rows and arranges a set of widgets horizontally in each row.

Attribute

NameDescription
rows Sequence[google.cloud.monitoring_dashboard_v1.types.RowLayout.Row]
The rows of content to display.

Classes

Row

Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the layout properties and content for a row.