GetGroupBillableMemberMembershipsResult

data class GetGroupBillableMemberMembershipsResult(val groupId: String, val id: String, val memberships: List<GetGroupBillableMemberMembershipsMembership>, val userId: Int)

A collection of values returned by getGroupBillableMemberMemberships.

Constructors

Link copied to clipboard
constructor(groupId: String, id: String, memberships: List<GetGroupBillableMemberMembershipsMembership>, userId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the group.

Link copied to clipboard
val id: String

The id of the data source. It will always be equal to the user_id

Link copied to clipboard

group- and/or project-memberships of the user.

Link copied to clipboard
val userId: Int

The ID of the user.