Class: Google::Apis::ChatV1::TextParagraph

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/chat_v1/classes.rb,
generated/google/apis/chat_v1/representations.rb,
generated/google/apis/chat_v1/representations.rb

Overview

A paragraph of text. Formatted text supported.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TextParagraph

Returns a new instance of TextParagraph.



1047
1048
1049
# File 'generated/google/apis/chat_v1/classes.rb', line 1047

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

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


1045
1046
1047
# File 'generated/google/apis/chat_v1/classes.rb', line 1045

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1052
1053
1054
# File 'generated/google/apis/chat_v1/classes.rb', line 1052

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