UserModel Class
An R6Class
generator object
name
Name character
new()
UserModel$new(name, ...)
toJSON()
UserModel$toJSON()
fromJSON()
UserModel$fromJSON(UserModelJson)
toJSONString()
UserModel$toJSONString()
fromJSONString()
UserModel$fromJSONString(UserModelJson)
clone()
The objects of this class are cloneable with this method.
UserModel$clone(deep = FALSE)
deep
Whether to make a deep clone.