An R6Class
generator object
Methods
Method toJSON()
Usage
ActivityEventType$toJSON()
Method fromJSON()
Usage
ActivityEventType$fromJSON(ActivityEventTypeJson)
Method toJSONString()
Usage
ActivityEventType$toJSONString()
Method fromJSONString()
Usage
ActivityEventType$fromJSONString(ActivityEventTypeJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
ActivityEventType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.