OrganizationUser | R Documentation |
OrganizationUser Class
An R6Class
generator object
user_id
character [optional]
organization_id
character [optional]
username
character [optional]
organization_name
character [optional]
role
OrganizationRoles [optional]
allowed_actions
list( NamespaceActions ) [optional]
new()
OrganizationUser$new( user_id = NULL, organization_id = NULL, username = NULL, organization_name = NULL, role = NULL, allowed_actions = NULL, ... )
toJSON()
OrganizationUser$toJSON()
fromJSON()
OrganizationUser$fromJSON(OrganizationUserJson)
toJSONString()
OrganizationUser$toJSONString()
fromJSONString()
OrganizationUser$fromJSONString(OrganizationUserJson)
clone()
The objects of this class are cloneable with this method.
OrganizationUser$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.