Class: Google::Apis::CloudsearchV1::StructuredResult

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb

Overview

Structured results that are returned as part of search request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ StructuredResult

Returns a new instance of StructuredResult



4258
4259
4260
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4258

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

Instance Attribute Details

#personGoogle::Apis::CloudsearchV1::Person

Object to represent a person. Corresponds to the JSON property person



4256
4257
4258
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4256

def person
  @person
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4263
4264
4265
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4263

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