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

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

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) - 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. When the response is paginated, only the last page will contain nextSyncToken.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ListConnectionsResponse{
  connections: [GoogleApi.People.V1.Model.Person.t()] | nil,
  nextPageToken: String.t() | nil,
  nextSyncToken: String.t() | nil,
  totalItems: integer() | nil,
  totalPeople: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.