Get Alert Robots Result
data class GetAlertRobotsResult(val alertRobotName: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val robotType: String? = null, val robots: List<GetAlertRobotsRobot>)
A collection of values returned by getAlertRobots.