google_api_people v0.26.0 GoogleApi.People.V1.Model.SearchDirectoryPeopleResponse View Source
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 aspage_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.
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.SearchDirectoryPeopleResponse{ nextPageToken: String.t(), people: [GoogleApi.People.V1.Model.Person.t()], totalSize: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.