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

The response to a list contact groups request.

Attributes

  • contactGroups (type: list(GoogleApi.People.V1.Model.ContactGroup.t), default: nil) - The list of contact groups. Members of the contact groups are not populated.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.ListContactGroupsResponse{
  contactGroups: [GoogleApi.People.V1.Model.ContactGroup.t()] | nil,
  nextPageToken: String.t() | nil,
  nextSyncToken: String.t() | nil,
  totalItems: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.