Skip to contents

InvitationData Class

Format

An R6Class generator object

Public fields

invitations

list( Invitation ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

InvitationData$new(invitations = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

InvitationData$toJSON()


Method fromJSON()

Usage

InvitationData$fromJSON(InvitationDataJson)


Method toJSONString()

Usage

InvitationData$toJSONString()


Method fromJSONString()

Usage

InvitationData$fromJSONString(InvitationDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

InvitationData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.