GetGroupsPlainArgs

data class GetGroupsPlainArgs(val orderBy: String? = null, val search: String? = null, val sort: String? = null) : ConvertibleToJava<GetGroupsPlainArgs>

A collection of arguments for invoking getGroups.

Constructors

Link copied to clipboard
constructor(orderBy: String? = null, search: String? = null, sort: String? = null)

Properties

Link copied to clipboard
val orderBy: String? = null

Order the groups' list by id, name, path, or similarity. (Requires administrator privileges)

Link copied to clipboard
val search: String? = null

Search groups by name or path.

Link copied to clipboard
val sort: String? = null

Sort groups' list in asc or desc order. (Requires administrator privileges)

Functions

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