Class Row (2.9.0)

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

Defines the layout properties and content for a row.

Attributes

NameDescription
weight int
The relative weight of this row. The row weight is used to adjust the height of rows on the screen (relative to peers). Greater the weight, greater the height of the row on the screen. If omitted, a value of 1 is used while rendering.
widgets MutableSequence[google.cloud.monitoring_dashboard_v1.types.Widget]
The display widgets arranged horizontally in this row.