WorkspacesResource class

Workspaces and membership.

Constructors

WorkspacesResource(MisarReachClient client)
const

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(String id, Map<String, dynamic> data) Future<Map<String, dynamic>>
create(Map<String, dynamic> data) Future<Map<String, dynamic>>
list({Map<String, dynamic>? params}) Future<Map<String, dynamic>>
members(String id) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMember(String id, String memberId) Future<Map<String, dynamic>>
Remove memberId from workspace id. The route reads the member from the memberId query param and answers 422 without it, so it must be sent.
toString() String
A string representation of this object.
inherited

Operators

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