An R6Class
generator object
Public fields
timestamp
numeric
queryType
Querytype
uri
character
Methods
Method new()
Usage
Array$new(timestamp, queryType, uri, ...)
Method fromJSON()
Usage
Array$fromJSON(ArrayJson)
Method fromJSONString()
Usage
Array$fromJSONString(ArrayJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Array$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.