StorageEventCollection Class

Format

An R6Class generator object

Public fields

hits

Hits list( StorageEventReturn )

Methods

Public methods


Method new()

Usage

StorageEventCollection$new(hits, ...)


Method toJSON()

Usage

StorageEventCollection$toJSON()


Method fromJSON()

Usage

StorageEventCollection$fromJSON(StorageEventCollectionJson)


Method toJSONString()

Usage

StorageEventCollection$toJSONString()


Method fromJSONString()

Usage

StorageEventCollection$fromJSONString(StorageEventCollectionJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

StorageEventCollection$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.