TeamService class final
Provides tools.ozone.team.*
endpoints.
Constructors
- TeamService(BlueskyServiceContext _ctx)
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
-
addMember(
{required String did, required UAddMemberRole role, Map< String, String> ? $unknown, Map<String, String> ? $headers, PostClient? $client}) → Future<XRPCResponse< Member> > - Add a member to the ozone team. Requires admin role.
-
deleteMember(
{required String did, Map< String, String> ? $unknown, Map<String, String> ? $headers, PostClient? $client}) → Future<XRPCResponse< EmptyData> > - Delete a member from ozone team. Requires admin role.
-
listMembers(
{int? limit, String? cursor, Map< String, String> ? $unknown, Map<String, String> ? $headers, GetClient? $client}) → Future<XRPCResponse< ListMembersOutput> > - List all members with access to the ozone service.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateMember(
{required String did, bool? disabled, UUpdateMemberRole? role, Map< String, String> ? $unknown, Map<String, String> ? $headers, PostClient? $client}) → Future<XRPCResponse< Member> > - Update a member in the ozone service. Requires admin role.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited