class Google::Apis::CloudsearchV1::StructuredResult

Structured results that are returned as part of search request.

Attributes

person[RW]

Object to represent a person. Corresponds to the JSON property `person` @return [Google::Apis::CloudsearchV1::Person]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 4688
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 4693
def update!(**args)
  @person = args[:person] if args.key?(:person)
end