GetProjectMembershipPlainArgs

data class GetProjectMembershipPlainArgs(val fullPath: String? = null, val inherited: Boolean? = null, val projectId: Int? = null, val query: String? = 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)

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

Functions

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