google_api_people v0.24.0 GoogleApi.People.V1.Model.ListOtherContactsResponse View Source

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

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.
  • otherContacts (type: list(GoogleApi.People.V1.Model.Person.t), default: nil) - The list of other contacts returned as Person resources. Other contacts support a limited subset of supported fields. See ListOtherContactsRequest.request_mask for more detailed information.

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.ListOtherContactsResponse{
  nextPageToken: String.t(),
  nextSyncToken: String.t(),
  otherContacts: [GoogleApi.People.V1.Model.Person.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.