data class GetBundlesPlainArgs(val bundleIds: List<String>? = null, val bundleType: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetBundlesPlainArgs>
A collection of arguments for invoking getBundles.