Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSuggestionsSuggestionItem
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedSuggestionsSuggestionItem
- 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
Overview
A suggestion item. Only supports text for now.
Instance Attribute Summary collapse
-
#text ⇒ String
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedSuggestionsSuggestionItem
constructor
A new instance of AppsDynamiteSharedSuggestionsSuggestionItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedSuggestionsSuggestionItem
Returns a new instance of AppsDynamiteSharedSuggestionsSuggestionItem.
3266 3267 3268 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ String
Corresponds to the JSON property text
3264 3265 3266 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3264 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3271 3272 3273 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3271 def update!(**args) @text = args[:text] if args.key?(:text) end |