google_api_people v0.7.0 GoogleApi.People.V1.Model.ListContactGroupsResponse View Source
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.
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()
View Source
t() :: %GoogleApi.People.V1.Model.ListContactGroupsResponse{
contactGroups: [GoogleApi.People.V1.Model.ContactGroup.t()],
nextPageToken: String.t(),
nextSyncToken: String.t(),
totalItems: integer()
}
t() :: %GoogleApi.People.V1.Model.ListContactGroupsResponse{ contactGroups: [GoogleApi.People.V1.Model.ContactGroup.t()], nextPageToken: String.t(), nextSyncToken: String.t(), totalItems: integer() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.