GetGroupMembershipPlainArgs

data class GetGroupMembershipPlainArgs(val accessLevel: String? = null, val fullPath: String? = null, val groupId: Int? = 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)

Properties

Link copied to clipboard
val accessLevel: String? = null

Only return members with the desired access level. Acceptable values are: guest, reporter, developer, maintainer, owner.

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.

Functions

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