Skip to contents

Array Class

Format

An R6Class generator object

Public fields

timestamp

numeric

queryType

Querytype

uri

character

Methods


Method new()

Usage

Array$new(timestamp, queryType, uri, ...)


Method toJSON()

Usage

Array$toJSON()


Method fromJSON()

Usage

Array$fromJSON(ArrayJson)


Method toJSONString()

Usage

Array$toJSONString()


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.