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

The response to a request for the authenticated user's domain directory.

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.
  • nextSyncToken (type: String.t, default: nil) - A token, which can be sent as sync_token to retrieve changes since the last request. Request must set request_sync_token to return the sync token.
  • people (type: list(GoogleApi.People.V1.Model.Person.t), default: nil) - The list of people in the domain directory.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.