Skip to contents

FilterType Class

Format

An R6Class generator object

Methods


Method new()

Usage

FilterType$new(...)


Method toJSON()

Usage

FilterType$toJSON()


Method fromJSON()

Usage

FilterType$fromJSON(FilterTypeJson)


Method toJSONString()

Usage

FilterType$toJSONString()


Method fromJSONString()

Usage

FilterType$fromJSONString(FilterTypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FilterType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.