data class GetAlarmContactsPlainArgs(val chanelType: String? = null, val chanelValue: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetAlarmContactsPlainArgs>
A collection of arguments for invoking getAlarmContacts.