Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSuggestions

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedSuggestions

Returns a new instance of AppsDynamiteSharedSuggestions.



3247
3248
3249
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3247

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

Instance Attribute Details

#itemsArray<Google::Apis::CloudsearchV1::AppsDynamiteSharedSuggestionsSuggestionItem>

A list of suggestions items which will be used in are used in autocomplete. Corresponds to the JSON property items



3245
3246
3247
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3245

def items
  @items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3252
3253
3254
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3252

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