GetProjectMembershipPlainArgs

data class GetProjectMembershipPlainArgs(val fullPath: String? = null, val inherited: Boolean? = null, val projectId: Int? = null, val query: String? = null, val userIds: List<Int>? = null) : ConvertibleToJava<GetProjectMembershipPlainArgs>

A collection of arguments for invoking getProjectMembership.

Constructors

Link copied to clipboard
constructor(fullPath: String? = null, inherited: Boolean? = null, projectId: Int? = null, query: String? = null, userIds: List<Int>? = null)

Properties

Link copied to clipboard
val fullPath: String? = null

The full path of the project.

Link copied to clipboard
val inherited: Boolean? = null

Return all project members including members through ancestor groups

Link copied to clipboard
val projectId: Int? = null

The ID of the project.

Link copied to clipboard
val query: String? = null

A query string to search for members

Link copied to clipboard
val userIds: List<Int>? = null

List of user ids to filter members by

Functions

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