Class Text (2.15.0)

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

A widget that displays textual content.

Attributes

NameDescription
content str
The text content to be displayed.
format_ google.cloud.monitoring_dashboard_v1.types.Text.Format
How the text content is formatted.
style google.cloud.monitoring_dashboard_v1.types.Text.TextStyle
How the text is styled

Classes

Format

Format(value)

The format type of the text content.

Values: FORMAT_UNSPECIFIED (0): Format is unspecified. Defaults to MARKDOWN. MARKDOWN (1): The text contains Markdown formatting. RAW (2): The text contains no special formatting.

TextStyle

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

Properties that determine how the title and content are styled