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)
A collection of values returned by getGroups.
A collection of values returned by getGroups.