GetGroupBillableMemberMembershipsMembership

data class GetGroupBillableMemberMembershipsMembership(val accessLevel: String, val createdAt: String, val expiresAt: String, val id: Int, val sourceFullName: String, val sourceId: Int, val sourceMembersUrl: String)

Constructors

constructor(accessLevel: String, createdAt: String, expiresAt: String, id: Int, sourceFullName: String, sourceId: Int, sourceMembersUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access-level of the member. For details see: https://docs.gitlab.com/api/access_requests/#valid-access-levels

Link copied to clipboard

Datetime when the membership was first added.

Link copied to clipboard

Date when the membership will end.

Link copied to clipboard
val id: Int

The id of the membership.

Link copied to clipboard

Breadcrumb-style, full display-name of the group or project.

Link copied to clipboard

The id of the group or project, the user is a (direct) member of.

Link copied to clipboard

URL to the members-page of the group or project.