data class GetNamespacesPlainArgs(val ids: List<String>? = null, val keyword: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetNamespacesPlainArgs>
A collection of arguments for invoking getNamespaces.