data class GetAlertRobotsPlainArgs(val alertRobotName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val robotType: String? = null) : ConvertibleToJava<GetAlertRobotsPlainArgs>
A collection of arguments for invoking getAlertRobots.