GroupMember

object GroupMember
class Object
trait Matchable
class Any

Value members

Concrete methods

def accessLevel[A](innerSelection: SelectionBuilder[AccessLevel, A]): SelectionBuilder[GroupMember, Option[A]]

GitLab::Access level.

GitLab::Access level.

def createdAt: SelectionBuilder[GroupMember, Option[Time]]

Date and time the membership was created.

Date and time the membership was created.

def createdBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[GroupMember, Option[A]]

User that authorized membership.

User that authorized membership.

def expiresAt: SelectionBuilder[GroupMember, Option[Time]]

Date and time the membership expires.

Date and time the membership expires.

def group[A](innerSelection: SelectionBuilder[Group, A]): SelectionBuilder[GroupMember, Option[A]]

Group that a User is a member of.

Group that a User is a member of.

def id: SelectionBuilder[GroupMember, String]

ID of the member.

ID of the member.

def updatedAt: SelectionBuilder[GroupMember, Option[Time]]

Date and time the membership was last updated.

Date and time the membership was last updated.

def user[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[GroupMember, A]

User that is associated with the member object.

User that is associated with the member object.

def userPermissions[A](innerSelection: SelectionBuilder[GroupPermissions, A]): SelectionBuilder[GroupMember, A]

Permissions for the current user on the resource

Permissions for the current user on the resource