Get Event Rules Plain Args
data class GetEventRulesPlainArgs(val ids: List<String>? = null, val namePrefix: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetEventRulesPlainArgs>
A collection of arguments for invoking getEventRules.