Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSuggestionsSuggestionItem

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 suggestion item. Only supports text for now.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedSuggestionsSuggestionItem

Returns a new instance of AppsDynamiteSharedSuggestionsSuggestionItem.



3331
3332
3333
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3331

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

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


3329
3330
3331
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3329

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3336
3337
3338
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3336

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