Class: Google::Apis::CloudsearchV1::MatchInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::MatchInfo
- 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
-
#matching_image_reference_key ⇒ Array<String>
Reference keys for image attachments that matches search query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MatchInfo
constructor
A new instance of MatchInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MatchInfo
Returns a new instance of MatchInfo.
12766 12767 12768 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12766 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matching_image_reference_key ⇒ Array<String>
Reference keys for image attachments that matches search query.
Corresponds to the JSON property matchingImageReferenceKey
12764 12765 12766 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12764 def matching_image_reference_key @matching_image_reference_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12771 12772 12773 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 12771 def update!(**args) @matching_image_reference_key = args[:matching_image_reference_key] if args.key?(:matching_image_reference_key) end |