Skip to contents

GroupSharing Class

Format

An R6Class generator object

Public fields

group_actions

list( GroupActions ) [optional]

array_actions

list( ArrayActions ) [optional]

namespace

character [optional]

namespace_type

character [optional]

Methods


Method new()

Usage

GroupSharing$new(
  group_actions = NULL,
  array_actions = NULL,
  namespace = NULL,
  namespace_type = NULL,
  ...
)


Method toJSON()

Usage

GroupSharing$toJSON()


Method fromJSON()

Usage

GroupSharing$fromJSON(GroupSharingJson)


Method toJSONString()

Usage

GroupSharing$toJSONString()


Method fromJSONString()

Usage

GroupSharing$fromJSONString(GroupSharingJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupSharing$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.