MembershipsApi class

Constructors

MembershipsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 and user.
membershipsListWithHttpInfo({String? project, String? user}) Future<Response>
All project memberships of projects the user is also a member of. Can be filtered by project and user.
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