View Source GoogleApi.People.V1.Model.SearchDirectoryPeopleResponse (google_api_people v0.42.0)

The response to a request for people in the authenticated user's domain directory that match the specified query.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • people (type: list(GoogleApi.People.V1.Model.Person.t), default: nil) - The list of people in the domain directory that match the query.
  • totalSize (type: integer(), default: nil) - The total number of items in the list without pagination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.SearchDirectoryPeopleResponse{
  nextPageToken: String.t() | nil,
  people: [GoogleApi.People.V1.Model.Person.t()] | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.