data class GetEventBusesPlainArgs(val eventBusType: String? = null, val ids: List<String>? = null, val namePrefix: String? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetEventBusesPlainArgs>
A collection of arguments for invoking getEventBuses.