Activity: Activity

ActivityR Documentation

Activity

Description

Activity

Activity

Format

R6Class object, super class PersistentObject.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> Activity

Public fields

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.

objectKind

of type String.

teamId

of type String.

projectId

of type String.

userId

of type String.

projectName

of type String.

isPublic

of type bool.

date

object of class Date.

properties

list of class Pair.

Active bindings

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.

Methods

Public methods

Inherited methods

Method new()

Usage
Activity$new(json = NULL)

Method init()

Usage
Activity$init()

Method initJson()

Usage
Activity$initJson(json)

Method toTson()

Usage
Activity$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Activity$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.