Skip to contents

Querytype Class

Format

An R6Class generator object

Methods


Method new()

Usage

Querytype$new(...)


Method toJSON()

Usage

Querytype$toJSON()


Method fromJSON()

Usage

Querytype$fromJSON(QuerytypeJson)


Method toJSONString()

Usage

Querytype$toJSONString()


Method fromJSONString()

Usage

Querytype$fromJSONString(QuerytypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

Querytype$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.