An R6Class
generator object
Methods
Method new()
Usage
Filter$new(type, data = NULL, ...)
Method fromJSON()
Usage
Filter$fromJSON(FilterJson)
Method fromJSONString()
Usage
Filter$fromJSONString(FilterJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Filter$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.