Skip to contents

UDFSharing Class

Format

An R6Class generator object

Public fields

actions

list( UDFActions ) [optional]

namespace

character [optional]

namespace_type

character [optional]

Methods


Method new()

Usage

UDFSharing$new(actions = NULL, namespace = NULL, namespace_type = NULL, ...)


Method toJSON()

Usage

UDFSharing$toJSON()


Method fromJSON()

Usage

UDFSharing$fromJSON(UDFSharingJson)


Method toJSONString()

Usage

UDFSharing$toJSONString()


Method fromJSONString()

Usage

UDFSharing$fromJSONString(UDFSharingJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFSharing$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.