google_api_people v0.6.0 GoogleApi.People.V1.Model.ListConnectionsResponse View Source

Attributes

  • connections ([Person]): The list of people that the requestor is connected to. Defaults to: null.
  • nextPageToken (String.t): The token that can be used to retrieve the next page of results. Defaults to: null.
  • nextSyncToken (String.t): The token that can be used to retrieve changes since the last request. Defaults to: null.
  • totalItems (integer()): The total number of items in the list without pagination. Defaults to: null.
  • totalPeople (integer()): DEPRECATED (Please use totalItems) The total number of people in the list without pagination. Defaults to: null.

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 Source
t() :: %GoogleApi.People.V1.Model.ListConnectionsResponse{
  connections: [GoogleApi.People.V1.Model.Person.t()],
  nextPageToken: any(),
  nextSyncToken: any(),
  totalItems: any(),
  totalPeople: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.