UDFInfoVersion: UDFInfoVersion

UDFInfoVersionR Documentation

UDFInfoVersion

Description

UDFInfoVersion Class

Format

An R6Class generator object

Public fields

id

character [optional]

udf_image_uuid

character [optional]

name

character [optional]

version

character [optional]

image_name

character [optional]

exec

character [optional]

exec_raw

character [optional]

default

character [optional]

Methods

Public methods


Method new()

Usage
UDFInfoVersion$new(
  id = NULL,
  udf_image_uuid = NULL,
  name = NULL,
  version = NULL,
  image_name = NULL,
  exec = NULL,
  exec_raw = NULL,
  default = NULL,
  ...
)

Method toJSON()

Usage
UDFInfoVersion$toJSON()

Method fromJSON()

Usage
UDFInfoVersion$fromJSON(UDFInfoVersionJson)

Method toJSONString()

Usage
UDFInfoVersion$toJSONString()

Method fromJSONString()

Usage
UDFInfoVersion$fromJSONString(UDFInfoVersionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UDFInfoVersion$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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