google_api_people v0.6.0 GoogleApi.People.V1.Model.ListContactGroupsResponse View Source
The response to a list contact groups request.
Attributes
- contactGroups ([ContactGroup]): The list of contact groups. Members of the contact groups are not populated. Defaults to:
null
. - nextPageToken (String.t): The token that can be used to retrieve the next page of results. Defaults to:
null
. - nextSyncToken (String.t): The token that can be used to retrieve changes since the last request. Defaults to:
null
. - totalItems (integer()): The total number of items in the list without pagination. Defaults to:
null
.
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: any(),
nextSyncToken: any(),
totalItems: any()
}
t() :: %GoogleApi.People.V1.Model.ListContactGroupsResponse{ contactGroups: [GoogleApi.People.V1.Model.ContactGroup.t()], nextPageToken: any(), nextSyncToken: any(), totalItems: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.