google_api_people v0.8.0 GoogleApi.People.V1.Model.ListConnectionsResponse View Source
Attributes
connections
(type:list(GoogleApi.People.V1.Model.Person.t)
, default:nil
) - The list of people that the requestor is connected to.nextPageToken
(type:String.t
, default:nil
) - The token that can be used to retrieve the next page of results.nextSyncToken
(type:String.t
, default:nil
) - The token that can be used to retrieve changes since the last request.totalItems
(type:integer()
, default:nil
) - The total number of items in the list without pagination.totalPeople
(type:integer()
, default:nil
) - DEPRECATED (Please use totalItems) The total number of people 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
Link to this type
t()
View Sourcet() :: %GoogleApi.People.V1.Model.ListConnectionsResponse{ connections: [GoogleApi.People.V1.Model.Person.t()], nextPageToken: String.t(), nextSyncToken: String.t(), totalItems: integer(), totalPeople: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.