ResponseStats Class

ResponseStats Class

Public fields

total

Total

took

Took

Methods

Public methods


Method new()

Usage

ResponseStats$new(total, took)


Method toJSON()

Usage

ResponseStats$toJSON()


Method fromJSON()

Usage

ResponseStats$fromJSON(ResponseStatsJson)


Method toJSONString()

Usage

ResponseStats$toJSONString()


Method fromJSONString()

Usage

ResponseStats$fromJSONString(ResponseStatsJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ResponseStats$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.