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

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 fields. See ListOtherContactsRequest.request_mask for more detailed information.
  • totalSize (type: integer(), default: nil) - The total number of other contacts in the list without pagination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ListOtherContactsResponse{
  nextPageToken: String.t() | nil,
  nextSyncToken: String.t() | nil,
  otherContacts: [GoogleApi.People.V1.Model.Person.t()] | nil,
  totalSize: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.