GetGroupMembershipPlainArgs

data class GetGroupMembershipPlainArgs(val accessLevel: String? = null, val fullPath: String? = null, val groupId: Int? = null, val inherited: Boolean? = null) : ConvertibleToJava<GetGroupMembershipPlainArgs>

A collection of arguments for invoking getGroupMembership.

Constructors

Link copied to clipboard
constructor(accessLevel: String? = null, fullPath: String? = null, groupId: Int? = null, inherited: Boolean? = null)

Properties

Link copied to clipboard
val accessLevel: String? = null
Link copied to clipboard
val fullPath: String? = null

The full path of the group.

Link copied to clipboard
val groupId: Int? = null

The ID of the group.

Link copied to clipboard
val inherited: Boolean? = null

Return all project members including members through ancestor groups.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupMembershipPlainArgs