SpacesMembersResource class

Constructors

SpacesMembersResource(ApiRequester client)

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

create(Membership request, String parent, {String? $fields}) Future<Membership>
Creates a human membership or app membership for the calling app.
delete(String name, {String? $fields}) Future<Membership>
Deletes a membership.
get(String name, {String? $fields}) Future<Membership>
Returns details about a membership.
list(String parent, {String? filter, int? pageSize, String? pageToken, bool? showGroups, bool? showInvited, String? $fields}) Future<ListMembershipsResponse>
Lists memberships in a space.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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