class Google::Apis::PeopleV1::SearchResponse
The response to a search request for the authenticated user, given a query.
Attributes
results[RW]
The results of the request. Corresponds to the JSON property `results` @return [Array<Google::Apis::PeopleV1::SearchResult>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/people_v1/classes.rb, line 2558 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/people_v1/classes.rb, line 2563 def update!(**args) @results = args[:results] if args.key?(:results) end