Skip to contents

GroupEntry Class

Format

An R6Class generator object

Public fields

member_id

character [optional]

group

GroupInfo [optional]

array

ArrayInfo [optional]

Methods


Method new()

Usage

GroupEntry$new(member_id = NULL, group = NULL, array = NULL, ...)


Method toJSON()

Usage

GroupEntry$toJSON()


Method fromJSON()

Usage

GroupEntry$fromJSON(GroupEntryJson)


Method toJSONString()

Usage

GroupEntry$toJSONString()


Method fromJSONString()

Usage

GroupEntry$fromJSONString(GroupEntryJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupEntry$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.