class Google::Apis::DriveV2::File::IndexableText

Indexable text attributes for the file (can only be written)

Attributes

text[RW]

The text to be indexed for this file. Corresponds to the JSON property `text` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/drive_v2/classes.rb, line 1785
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/drive_v2/classes.rb, line 1790
def update!(**args)
  @text = args[:text] if args.key?(:text)
end