Skip to contents

ResultFormat Class

Format

An R6Class generator object

Methods


Method new()

Usage

ResultFormat$new(...)


Method toJSON()

Usage

ResultFormat$toJSON()


Method fromJSON()

Usage

ResultFormat$fromJSON(ResultFormatJson)


Method toJSONString()

Usage

ResultFormat$toJSONString()


Method fromJSONString()

Usage

ResultFormat$fromJSONString(ResultFormatJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ResultFormat$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.