Get Group Subgroups Result
data class GetGroupSubgroupsResult(val allAvailable: Boolean, val groupId: Int, val id: String, val minAccessLevel: String, val orderBy: String, val owned: Boolean, val search: String, val skipGroups: List<Int>, val sort: String, val statistics: Boolean, val subgroups: List<GetGroupSubgroupsSubgroup>, val withCustomAttributes: Boolean)
A collection of values returned by getGroupSubgroups.