Skip to contents

LastAccessedArray Class

Format

An R6Class generator object

Public fields

array_id

character [optional]

array_name

character [optional]

namespace

character [optional]

accessed_time

numeric [optional]

access_type

ActivityEventType [optional]

Methods


Method new()

Usage

LastAccessedArray$new(
  array_id = NULL,
  array_name = NULL,
  namespace = NULL,
  accessed_time = NULL,
  access_type = NULL,
  ...
)


Method toJSON()

Usage

LastAccessedArray$toJSON()


Method fromJSON()

Usage

LastAccessedArray$fromJSON(LastAccessedArrayJson)


Method toJSONString()

Usage

LastAccessedArray$toJSONString()


Method fromJSONString()

Usage

LastAccessedArray$fromJSONString(LastAccessedArrayJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

LastAccessedArray$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.