class Google::Apis::ChatV1::TextParagraph
A paragraph of text. Formatted text supported.
Attributes
text[RW]
Corresponds to the JSON property `text` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 2717 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 2722 def update!(**args) @text = args[:text] if args.key?(:text) end