An R6Class
generator object
Methods
Method toJSON()
Usage
OrganizationRoles$toJSON()
Method fromJSON()
Usage
OrganizationRoles$fromJSON(OrganizationRolesJson)
Method toJSONString()
Usage
OrganizationRoles$toJSONString()
Method fromJSONString()
Usage
OrganizationRoles$fromJSONString(OrganizationRolesJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
OrganizationRoles$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.