Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageSuggestions
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteStorageSuggestions
- 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 container wrapping elements necessary for showing suggestion items used in text input autocomplete.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageSuggestionsSuggestionItem>
A list of suggestions items which will be used in are used in autocomplete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteStorageSuggestions
constructor
A new instance of AppsDynamiteStorageSuggestions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteStorageSuggestions
Returns a new instance of AppsDynamiteStorageSuggestions.
3989 3990 3991 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3989 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageSuggestionsSuggestionItem>
A list of suggestions items which will be used in are used in autocomplete.
Corresponds to the JSON property items
3987 3988 3989 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3987 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3994 3995 3996 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3994 def update!(**args) @items = args[:items] if args.key?(:items) end |