Skip to contents

ArrayTaskType Class

Format

An R6Class generator object

Methods


Method new()

Usage

ArrayTaskType$new(...)


Method toJSON()

Usage

ArrayTaskType$toJSON()


Method fromJSON()

Usage

ArrayTaskType$fromJSON(ArrayTaskTypeJson)


Method toJSONString()

Usage

ArrayTaskType$toJSONString()


Method fromJSONString()

Usage

ArrayTaskType$fromJSONString(ArrayTaskTypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayTaskType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.