Skip to contents

GroupMember Class

Format

An R6Class generator object

Public fields

namespace

character [optional]

name

character [optional]

member_type

GroupMemberType [optional]

Methods


Method new()

Usage

GroupMember$new(namespace = NULL, name = NULL, member_type = NULL, ...)


Method toJSON()

Usage

GroupMember$toJSON()


Method fromJSON()

Usage

GroupMember$fromJSON(GroupMemberJson)


Method toJSONString()

Usage

GroupMember$toJSONString()


Method fromJSONString()

Usage

GroupMember$fromJSONString(GroupMemberJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

GroupMember$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.