GroupSharingRequest | R Documentation |
GroupSharingRequest Class
An R6Class
generator object
group_actions
list( GroupActions ) [optional]
array_actions
list( ArrayActions ) [optional]
namespace
character [optional]
new()
GroupSharingRequest$new( group_actions = NULL, array_actions = NULL, namespace = NULL, ... )
toJSON()
GroupSharingRequest$toJSON()
fromJSON()
GroupSharingRequest$fromJSON(GroupSharingRequestJson)
toJSONString()
GroupSharingRequest$toJSONString()
fromJSONString()
GroupSharingRequest$fromJSONString(GroupSharingRequestJson)
clone()
The objects of this class are cloneable with this method.
GroupSharingRequest$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.