Skip to contents

NotebookFavoritesData Class

Format

An R6Class generator object

Public fields

notebooks

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

NotebookFavoritesData$new(notebooks = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

NotebookFavoritesData$toJSON()


Method fromJSON()

Usage

NotebookFavoritesData$fromJSON(NotebookFavoritesDataJson)


Method toJSONString()

Usage

NotebookFavoritesData$toJSONString()


Method fromJSONString()

Usage

NotebookFavoritesData$fromJSONString(NotebookFavoritesDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

NotebookFavoritesData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.