An R6Class
generator object
Public fields
id
character [optional]
namespace
character [optional]
name
character [optional]
description
character [optional]
Methods
Method new()
Usage
Group$new(id = NULL, namespace = NULL, name = NULL, description = NULL, ...)
Method fromJSON()
Usage
Group$fromJSON(GroupJson)
Method fromJSONString()
Usage
Group$fromJSONString(GroupJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Group$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.