Class: Google::Apis::CloudsearchV1::StructuredResult
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::StructuredResult
- 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
Structured results that are returned as part of search request.
Instance Attribute Summary collapse
-
#person ⇒ Google::Apis::CloudsearchV1::Person
Object to represent a person.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StructuredResult
constructor
A new instance of StructuredResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StructuredResult
Returns a new instance of StructuredResult.
4689 4690 4691 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4689 def initialize(**args) update!(**args) end |
Instance Attribute Details
#person ⇒ Google::Apis::CloudsearchV1::Person
Object to represent a person.
Corresponds to the JSON property person
4687 4688 4689 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4687 def person @person end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4694 4695 4696 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4694 def update!(**args) @person = args[:person] if args.key?(:person) end |