Get Group Subgroups Plain Args
data class GetGroupSubgroupsPlainArgs(val allAvailable: Boolean? = null, val groupId: Int, val minAccessLevel: String? = null, val orderBy: String? = null, val owned: Boolean? = null, val search: String? = null, val skipGroups: List<Int>? = null, val sort: String? = null, val statistics: Boolean? = null, val withCustomAttributes: Boolean? = null) : ConvertibleToJava<GetGroupSubgroupsPlainArgs>
A collection of arguments for invoking getGroupSubgroups.
Constructors
Link copied to clipboard
fun GetGroupSubgroupsPlainArgs(allAvailable: Boolean? = null, groupId: Int, minAccessLevel: String? = null, orderBy: String? = null, owned: Boolean? = null, search: String? = null, skipGroups: List<Int>? = null, sort: String? = null, statistics: Boolean? = null, withCustomAttributes: Boolean? = null)