ContactGroupsResource class
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.