Get Groups Result
data class GetGroupsResult(val groups: List<GetGroupsGroup>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getGroups.
Constructors
Link copied to clipboard
fun GetGroupsResult(groups: List<GetGroupsGroup>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null)