Get Consumer Groups Plain Args
data class GetConsumerGroupsPlainArgs(val consumerIdRegex: String? = null, val ids: List<String>? = null, val instanceId: String, val outputFile: String? = null) : ConvertibleToJava<GetConsumerGroupsPlainArgs>
A collection of arguments for invoking getConsumerGroups.