Skip to contents

FilterOption Class

Format

An R6Class generator object

Methods


Method new()

Usage

FilterOption$new(...)


Method toJSON()

Usage

FilterOption$toJSON()


Method fromJSON()

Usage

FilterOption$fromJSON(FilterOptionJson)


Method toJSONString()

Usage

FilterOption$toJSONString()


Method fromJSONString()

Usage

FilterOption$fromJSONString(FilterOptionJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FilterOption$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.