MembersResource class
Properties
-
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 memberKey, {String? $fields})
→ Future<void>
-
Removes a member from a group.
-
get(String groupKey, String memberKey, {String? $fields})
→ Future<Member>
-
Retrieves a group member's properties.
-
hasMember(String groupKey, String memberKey, {String? $fields})
→ Future<MembersHasMember>
-
Checks whether the given user is a member of the group.
-
insert(Member request, String groupKey, {String? $fields})
→ Future<Member>
-
Adds a user to the specified group.
-
list(String groupKey, {bool? includeDerivedMembership, int? maxResults, String? pageToken, String? roles, String? $fields})
→ Future<Members>
-
Retrieves a paginated list of all members in a group.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Member request, String groupKey, String memberKey, {String? $fields})
→ Future<Member>
-
Updates the membership properties of a user in the specified group.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Member request, String groupKey, String memberKey, {String? $fields})
→ Future<Member>
-
Updates the membership of a user in the specified group.