GetGroupMembershipMember

data class GetGroupMembershipMember(val accessLevel: String, val avatarUrl: String, val expiresAt: String, val id: Int, val name: String, val state: String, val username: String, val webUrl: String)

Constructors

Link copied to clipboard
constructor(accessLevel: String, avatarUrl: String, expiresAt: String, id: Int, name: String, state: String, username: String, webUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The level of access to the group.

Link copied to clipboard

The avatar URL of the user.

Link copied to clipboard

Expiration date for the group membership.

Link copied to clipboard
val id: Int

The unique id assigned to the user by the gitlab server.

Link copied to clipboard

The name of the user.

Link copied to clipboard

Whether the user is active or blocked.

Link copied to clipboard

The username of the user.

Link copied to clipboard

User's website URL.