Class

TaskBundle

TaskBundle(data)

Taskbundle Model
Constructor

# new TaskBundle(data)

Model constructor
Parameters:
Name Type Description
data TaskbundleLike

View Source model/TaskBundle.js, line 8

Classes

TaskBundle

Members

String

# createdBy

The id of the user who created this task bundle.

View Source model/TaskBundle.js, line 74

String

# createdOn

The date this task bundle was created.

View Source model/TaskBundle.js, line 66

String

# description

The description of the task bundle.

View Source model/TaskBundle.js, line 34

Icon

# icon

The icon of the task bundle.

View Source model/TaskBundle.js, line 42

String

# id

The id of the task bundle.

View Source model/TaskBundle.js, line 58

String

# name

The name of the task bundle. Required if its not related to a task bundle.

View Source model/TaskBundle.js, line 26

String

# projectTemplateId

The project template id of the task bundle, only necessary for the creation of an empty bundle for a project template.

View Source model/TaskBundle.js, line 50

Array.<TaskLists>

# taskLists

The list templates within this task bundle.

View Source model/TaskBundle.js, line 106

String

# updatedBy

The id of the user who last modified this task bundle.

View Source model/TaskBundle.js, line 90

String

# updatedOn

The date this task bundle was last modified.

View Source model/TaskBundle.js, line 82