Class: Google::Apis::CloudsearchV1::AutoCompleteItem
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AutoCompleteItem
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#text ⇒ String
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutoCompleteItem
constructor
A new instance of AutoCompleteItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AutoCompleteItem
Returns a new instance of AutoCompleteItem.
4153 4154 4155 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4153 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ String
Corresponds to the JSON property text
4151 4152 4153 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4151 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4158 4159 4160 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4158 def update!(**args) @text = args[:text] if args.key?(:text) end |