SearchResponse

The response to a search request for the authenticated user, given a query.

JSON representation
{
  "results": [
    {
      object (SearchResult)
    }
  ]
}
Fields
results[]

object (SearchResult)

The results of the request.

SearchResult

A result of a search query.

JSON representation
{
  "person": {
    object (Person)
  }
}
Fields
person

object (Person)

The matched Person.