Class: Google::Apis::DriveV2::File::IndexableText

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IndexableText

Returns a new instance of IndexableText.



2729
2730
2731
# File 'generated/google/apis/drive_v2/classes.rb', line 2729

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

Instance Attribute Details

#textString

The text to be indexed for this file. Corresponds to the JSON property text

Returns:

  • (String)


2727
2728
2729
# File 'generated/google/apis/drive_v2/classes.rb', line 2727

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2734
2735
2736
# File 'generated/google/apis/drive_v2/classes.rb', line 2734

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