data class GetReceiversPlainArgs(val ids: List<String>? = null, val keyWord: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetReceiversPlainArgs>
A collection of arguments for invoking getReceivers.