| UDFImageVersion | R Documentation |
UDFImageVersion Class
An R6Class generator object
idcharacter [optional]
namecharacter [optional]
udf_image_uuidcharacter [optional]
docker_imagecharacter [optional]
versionnumeric [optional]
defaultcharacter [optional]
latestcharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.