GoogleApi.People.V1.Model.SearchResponse (google_api_people v0.40.0) View Source
The response to a search request for the authenticated user, given a query.
Attributes
-
results
(type:list(GoogleApi.People.V1.Model.SearchResult.t)
, default:nil
) - The results of the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.People.V1.Model.SearchResponse{ results: [GoogleApi.People.V1.Model.SearchResult.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.