Module: Google::Cloud::Monitoring::Dashboard::V1::Text::Format
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/text.rb
Overview
The format type of the text content.
Constant Summary collapse
- FORMAT_UNSPECIFIED =
Format is unspecified. Defaults to MARKDOWN.
0
- MARKDOWN =
The text contains Markdown formatting.
1
- RAW =
The text contains no special formatting.
2