Skip to contents

InvitationArrayShareEmail Class

Format

An R6Class generator object

Public fields

actions

list( ArrayActions )

invitee_email

list( character )

Methods


Method new()

Usage

InvitationArrayShareEmail$new(actions, invitee_email, ...)


Method toJSON()

Usage

InvitationArrayShareEmail$toJSON()


Method fromJSON()

Usage

InvitationArrayShareEmail$fromJSON(InvitationArrayShareEmailJson)


Method toJSONString()

Usage

InvitationArrayShareEmail$toJSONString()


Method fromJSONString()

Usage

InvitationArrayShareEmail$fromJSONString(InvitationArrayShareEmailJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

InvitationArrayShareEmail$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.