Get App Groups Result
data class GetAppGroupsResult(val enableDetails: Boolean? = null, val groups: List<GetAppGroupsGroup>, val id: String, val ids: List<String>, val instanceId: String? = null, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val type: String? = null)
A collection of values returned by getAppGroups.