View Source GoogleApi.People.V1.Model.SearchResponse (google_api_people v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.SearchResponse{
  results: [GoogleApi.People.V1.Model.SearchResult.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.