Get Groups Result
data class GetGroupsResult(val groups: List<GetGroupsGroup>, val id: String, val orderBy: String? = null, val search: String? = null, val sort: String? = null, val topLevelOnly: Boolean? = null)
A collection of values returned by getGroups.
Constructors
Link copied to clipboard
fun GetGroupsResult(groups: List<GetGroupsGroup>, id: String, orderBy: String? = null, search: String? = null, sort: String? = null, topLevelOnly: Boolean? = null)