List Contacts Query Params
Class representation of the query parameters for listing calendars.
Constructors
Properties
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Returns the contacts matching the contact's exact phone number
Returns the contacts matching from the address book or auto-generated contacts from emails. For example of contacts only from the address book: /contacts?source=address_bookor for only autogenerated contacts:/contacts?source=inbox`
Functions
Convert the query parameters to a json-formatted map.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Returns the contacts matching the contact's exact phone number
When set to true, returns the contacts also within the specified Contact Group subgroups, if the group parameter is set.
Returns the contacts matching from the address book or auto-generated contacts from emails. For example of contacts only from the address book: /contacts?source=address_bookor for only autogenerated contacts:/contacts?source=inbox`