Skip to contents

UDFFavoritesData Class

Format

An R6Class generator object

Public fields

udfs

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

UDFFavoritesData$new(udfs = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

UDFFavoritesData$toJSON()


Method fromJSON()

Usage

UDFFavoritesData$fromJSON(UDFFavoritesDataJson)


Method toJSONString()

Usage

UDFFavoritesData$toJSONString()


Method fromJSONString()

Usage

UDFFavoritesData$fromJSONString(UDFFavoritesDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

UDFFavoritesData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.