GenericEvent | R Documentation |
GenericEvent
GenericEvent
R6Class
object, super class Event
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::PersistentObject
-> tercenApi::Event
-> GenericEvent
isDeleted
of type bool inherited from super class PersistentObject
.
rev
of type String inherited from super class PersistentObject
.
id
of type String inherited from super class IdObject
.
type
of type String.
content
of type String.
date
object of class Date
inherited from super class Event
.
isDeleted
of type bool inherited from super class PersistentObject
.
rev
of type String inherited from super class PersistentObject
.
id
of type String inherited from super class IdObject
.
date
object of class Date
inherited from super class Event
.
new()
GenericEvent$new(json = NULL)
init()
GenericEvent$init()
initJson()
GenericEvent$initJson(json)
toTson()
GenericEvent$toTson()
clone()
The objects of this class are cloneable with this method.
GenericEvent$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.