Skip to contents

ArrayTaskLog Class

Format

An R6Class generator object

Public fields

array_task_id

character [optional]

logs

character [optional]

Methods


Method new()

Usage

ArrayTaskLog$new(array_task_id = NULL, logs = NULL, ...)


Method toJSON()

Usage

ArrayTaskLog$toJSON()


Method fromJSON()

Usage

ArrayTaskLog$fromJSON(ArrayTaskLogJson)


Method toJSONString()

Usage

ArrayTaskLog$toJSONString()


Method fromJSONString()

Usage

ArrayTaskLog$fromJSONString(ArrayTaskLogJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayTaskLog$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.