Skip to contents

GroupSharingRequest Class

Format

An R6Class generator object

Public fields

group_actions

list( GroupActions ) [optional]

array_actions

list( ArrayActions ) [optional]

namespace

character [optional]

Methods


Method new()

Usage

GroupSharingRequest$new(
  group_actions = NULL,
  array_actions = NULL,
  namespace = NULL,
  ...
)


Method toJSON()

Usage

GroupSharingRequest$toJSON()


Method fromJSON()

Usage

GroupSharingRequest$fromJSON(GroupSharingRequestJson)


Method toJSONString()

Usage

GroupSharingRequest$toJSONString()


Method fromJSONString()

Usage

GroupSharingRequest$fromJSONString(GroupSharingRequestJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupSharingRequest$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.