GenericOperation
class GenericOperation(val name: String, val parameters: Map<String, Any> = emptyMap(), val type: String = "generic") : BaseOperation(source)
A generic operation that can be used when a specialized operation class is not available.