GroupsResource class

Constructors

GroupsResource(ApiRequester client)

Properties

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

Methods

delete(String groupKey, {String? $fields}) Future<void>
Deletes a group.
get(String groupKey, {String? $fields}) Future<Group>
Retrieves a group's properties.
insert(Group request, {String? $fields}) Future<Group>
Creates a group.
list({String? customer, String? domain, int? maxResults, String? orderBy, String? pageToken, String? query, String? sortOrder, String? userKey, String? $fields}) Future<Groups>
Retrieves all groups of a domain or of a user given a userKey (paginated).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Group request, String groupKey, {String? $fields}) Future<Group>
Updates a group's properties.
toString() String
A string representation of this object.
inherited
update(Group request, String groupKey, {String? $fields}) Future<Group>
Updates a group's properties.

Operators

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