Organization | R Documentation |
Organization Class
An R6Class
generator object
id
character [optional]
role
OrganizationRoles [optional]
name
character
created_at
character [optional]
updated_at
character [optional]
logo
character [optional]
description
character [optional]
users
list( OrganizationUser ) [optional]
allowed_actions
list( NamespaceActions ) [optional]
num_of_arrays
numeric [optional]
enabled_features
list( character ) [optional]
unpaid_subscription
character [optional]
default_s3_path
character [optional]
default_s3_path_credentials_name
character [optional]
stripe_connect
character [optional]
new()
Organization$new( name, id = NULL, role = NULL, created_at = NULL, updated_at = NULL, logo = NULL, description = NULL, users = NULL, allowed_actions = NULL, num_of_arrays = NULL, enabled_features = NULL, unpaid_subscription = NULL, default_s3_path = NULL, default_s3_path_credentials_name = NULL, stripe_connect = NULL, ... )
toJSON()
Organization$toJSON()
fromJSON()
Organization$fromJSON(OrganizationJson)
toJSONString()
Organization$toJSONString()
fromJSONString()
Organization$fromJSONString(OrganizationJson)
clone()
The objects of this class are cloneable with this method.
Organization$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.