Class: Google::Apps::Chat::V1::WidgetMarkup::TextParagraph

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/widgets.rb

Overview

A paragraph of text. Formatted text supported. 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

Instance Attribute Details

#text::String

Returns:

  • (::String)


52
53
54
55
# File 'proto_docs/google/chat/v1/widgets.rb', line 52

class TextParagraph
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end