Get Device Groups Result
data class GetDeviceGroupsResult(val enableDetails: Boolean? = null, val groupName: String? = null, val groups: List<GetDeviceGroupsGroup>, val id: String, val ids: List<String>, val iotInstanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val superGroupId: String? = null)
A collection of values returned by getDeviceGroups.