class Google::Apis::KeepV1::TextContent
The block of text for a single text section or list item.
Attributes
text[RW]
The text of the note. The limits on this vary with the specific field using this type. Corresponds to the JSON property `text` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/keep_v1/classes.rb, line 434 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/keep_v1/classes.rb, line 439 def update!(**args) @text = args[:text] if args.key?(:text) end