MembershipsApi class
Constructors
- MembershipsApi([ApiClient? apiClient])
Properties
Methods
-
membershipsCreate(
Membership membership) → Future< Membership?> - Add a new project membership.
-
membershipsCreateWithHttpInfo(
Membership membership) → Future< Response> - Add a new project membership.
-
membershipsDestroy(
String id) → Future< void> - Remove a project member. Only OWNERS can do this.
-
membershipsDestroyWithHttpInfo(
String id) → Future< Response> - Remove a project member. Only OWNERS can do this.
-
membershipsList(
{String? project, String? user}) → Future< List< Membership> ?> -
All project memberships of projects the user is also a member of. Can be filtered by
project
anduser
. -
membershipsListWithHttpInfo(
{String? project, String? user}) → Future< Response> -
All project memberships of projects the user is also a member of. Can be filtered by
project
anduser
. -
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