Class

ProjectTemplate

ProjectTemplate(data)

Absence Model
Constructor

# new ProjectTemplate(data)

Model constructor
Parameters:
Name Type Description
data ProjectTemplateLike

View Source model/ProjectTemplate.js, line 6

Classes

ProjectTemplate

Members

String

# createdBy

The id of the user who created this entity.

View Source model/ProjectTemplate.js, line 51

String

# createdOn

The date this entity was created.

View Source model/ProjectTemplate.js, line 43

String

# defaultTaskListIdForEmails

The id references the task list, which is used to assign tasks created by email to.

View Source model/ProjectTemplate.js, line 91

String

# description

Description of the project template.

View Source model/ProjectTemplate.js, line 35

Boolean

# hasImage

Whether the project template has a profile image.

View Source model/ProjectTemplate.js, line 121

String

# id

The id of the template.

View Source model/ProjectTemplate.js, line 27

Boolean

# isBillableByDefault

Whether project times should be billable by default, if the project as created by this template.

View Source model/ProjectTemplate.js, line 83

String

# name

The name of the template.

View Source model/ProjectTemplate.js, line 75

Array.<projectStatusObject>

# projectStatuses

The project statuses of the template.

View Source model/ProjectTemplate.js, line 113

String

# updatedBy

The id of the user who last modified this entity.

View Source model/ProjectTemplate.js, line 67

String

# updatedOn

The date this entity was last modified.

View Source model/ProjectTemplate.js, line 59