Skip to contents

ArrayFavoritesData Class

Format

An R6Class generator object

Public fields

arrays

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

ArrayFavoritesData$new(arrays = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

ArrayFavoritesData$toJSON()


Method fromJSON()

Usage

ArrayFavoritesData$fromJSON(ArrayFavoritesDataJson)


Method toJSONString()

Usage

ArrayFavoritesData$toJSONString()


Method fromJSONString()

Usage

ArrayFavoritesData$fromJSONString(ArrayFavoritesDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayFavoritesData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.