An R6Class
generator object
Public fields
password
character [optional]
Methods
Method fromJSON()
Usage
InlineObject$fromJSON(InlineObjectJson)
Method toJSONString()
Usage
InlineObject$toJSONString()
Method fromJSONString()
Usage
InlineObject$fromJSONString(InlineObjectJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
InlineObject$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.