class Google::Apis::CloudsearchV1::PeopleSuggestion
This field contains information about the person being suggested.
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 2766 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 2771 def update!(**args) @person = args[:person] if args.key?(:person) end