GroupSharingRequest Class
An R6Class
generator object
Public fields
group_actions
list( GroupActions ) [optional]
array_actions
list( ArrayActions ) [optional]
namespace
character [optional]
Methods
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.