UDFListingData: UDFListingData

UDFListingDataR Documentation

UDFListingData

Description

UDFListingData Class

Format

An R6Class generator object

Public fields

udf_info_list

list( UDFInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods

Public methods


Method new()

Usage
UDFListingData$new(udf_info_list = NULL, pagination_metadata = NULL, ...)

Method toJSON()

Usage
UDFListingData$toJSON()

Method fromJSON()

Usage
UDFListingData$fromJSON(UDFListingDataJson)

Method toJSONString()

Usage
UDFListingData$toJSONString()

Method fromJSONString()

Usage
UDFListingData$fromJSONString(UDFListingDataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UDFListingData$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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