UDFImageVersion: UDFImageVersion

UDFImageVersionR Documentation

UDFImageVersion

Description

UDFImageVersion Class

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

udf_image_uuid

character [optional]

docker_image

character [optional]

version

numeric [optional]

default

character [optional]

latest

character [optional]

Methods

Public methods


Method new()

Usage
UDFImageVersion$new(
  id = NULL,
  name = NULL,
  udf_image_uuid = NULL,
  docker_image = NULL,
  version = NULL,
  default = NULL,
  latest = NULL,
  ...
)

Method toJSON()

Usage
UDFImageVersion$toJSON()

Method fromJSON()

Usage
UDFImageVersion$fromJSON(UDFImageVersionJson)

Method toJSONString()

Usage
UDFImageVersion$toJSONString()

Method fromJSONString()

Usage
UDFImageVersion$fromJSONString(UDFImageVersionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UDFImageVersion$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.