ContactGroupsResource class

Constructors

ContactGroupsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
members ContactGroupsMembersResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchGet({String? groupFields, int? maxMembers, List<String>? resourceNames, String? $fields}) Future<BatchGetContactGroupsResponse>
Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.
create(CreateContactGroupRequest request, {String? $fields}) Future<ContactGroup>
Create a new contact group owned by the authenticated user.
delete(String resourceName, {bool? deleteContacts, String? $fields}) Future<Empty>
Delete an existing contact group owned by the authenticated user by specifying a contact group resource name.
get(String resourceName, {String? groupFields, int? maxMembers, String? $fields}) Future<ContactGroup>
Get a specific contact group owned by the authenticated user by specifying a contact group resource name.
list({String? groupFields, int? pageSize, String? pageToken, String? syncToken, String? $fields}) Future<ListContactGroupsResponse>
List all contact groups owned by the authenticated user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UpdateContactGroupRequest request, String resourceName, {String? $fields}) Future<ContactGroup>
Update the name of an existing contact group owned by the authenticated user.

Operators

operator ==(Object other) bool
The equality operator.
inherited