ProjectMember
object ProjectMember
class Object
trait Matchable
class Any
Value members
Concrete methods
def accessLevel[A](innerSelection: SelectionBuilder[AccessLevel, A]): SelectionBuilder[ProjectMember, Option[A]]
GitLab::Access level.
GitLab::Access level.
def createdBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[ProjectMember, Option[A]]
User that authorized membership.
User that authorized membership.
def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[ProjectMember, Option[A]]
Project that User is a member of.
Project that User is a member of.
def userPermissions[A](innerSelection: SelectionBuilder[ProjectPermissions, A]): SelectionBuilder[ProjectMember, A]
Permissions for the current user on the resource
Permissions for the current user on the resource