An R6Class
generator object
Public fields
output_uri
character [optional]
file_name
character [optional]
Methods
Method new()
Usage
FileCreated$new(output_uri = NULL, file_name = NULL, ...)
Method fromJSON()
Usage
FileCreated$fromJSON(FileCreatedJson)
Method toJSONString()
Usage
FileCreated$toJSONString()
Method fromJSONString()
Usage
FileCreated$fromJSONString(FileCreatedJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
FileCreated$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.