Class: Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupTextParagraph

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChatV1WidgetMarkupTextParagraph

Returns a new instance of GoogleChatV1WidgetMarkupTextParagraph.



10576
10577
10578
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10576

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


10574
10575
10576
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10574

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10581
10582
10583
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10581

def update!(**args)
  @text = args[:text] if args.key?(:text)
end