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