An R6Class
generator object
Public fields
stats
character [optional]
Methods
Method toJSON()
Usage
InlineResponse200$toJSON()
Method fromJSON()
Usage
InlineResponse200$fromJSON(InlineResponse200Json)
Method toJSONString()
Usage
InlineResponse200$toJSONString()
Method fromJSONString()
Usage
InlineResponse200$fromJSONString(InlineResponse200Json)
Method clone()
The objects of this class are cloneable with this method.
Usage
InlineResponse200$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.