Class: Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupTextParagraph
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupTextParagraph
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.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
-
#text ⇒ String
Corresponds to the JSON property
text
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChatV1WidgetMarkupTextParagraph
constructor
A new instance of GoogleChatV1WidgetMarkupTextParagraph.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChatV1WidgetMarkupTextParagraph
Returns a new instance of GoogleChatV1WidgetMarkupTextParagraph.
10499 10500 10501 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10499 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ String
Corresponds to the JSON property text
10497 10498 10499 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10497 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10504 10505 10506 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10504 def update!(**args) @text = args[:text] if args.key?(:text) end |