data class GetSchedulesPlainArgs(val flowName: String, val ids: List<String>? = null, val limit: Int? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetSchedulesPlainArgs>
A collection of arguments for invoking getSchedules.