Class: Google::Apps::Card::V1::TextParagraph
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::TextParagraph
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
A paragraph of text that supports formatting. For an example in Google Chat apps, see Add a paragraph of formatted text. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons.
Instance Attribute Summary collapse
-
#text ⇒ ::String
The text that's shown in the widget.
Instance Attribute Details
#text ⇒ ::String
Returns The text that's shown in the widget.
708 709 710 711 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 708 class TextParagraph include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |