UDFImageVersion | R Documentation |
UDFImageVersion Class
An R6Class
generator object
id
character [optional]
name
character [optional]
udf_image_uuid
character [optional]
docker_image
character [optional]
version
numeric [optional]
default
character [optional]
latest
character [optional]
new()
UDFImageVersion$new( id = NULL, name = NULL, udf_image_uuid = NULL, docker_image = NULL, version = NULL, default = NULL, latest = NULL, ... )
toJSON()
UDFImageVersion$toJSON()
fromJSON()
UDFImageVersion$fromJSON(UDFImageVersionJson)
toJSONString()
UDFImageVersion$toJSONString()
fromJSONString()
UDFImageVersion$fromJSONString(UDFImageVersionJson)
clone()
The objects of this class are cloneable with this method.
UDFImageVersion$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.