Class

EntityTimeEntry

EntityTimeEntry(data)

EntityTimeEntry Model
Constructor

# new EntityTimeEntry(data)

Model constructor
Parameters:
Name Type Description
data EntityTimeEntryLike

View Source model/EntityTimeEntry.js, line 6

Classes

EntityTimeEntry

Members

Integer

# durationSum

The total duration of time trackings on this entity.

View Source model/EntityTimeEntry.js, line 24

String

# projectId

The id of the project this duration aggregation is for.

View Source model/EntityTimeEntry.js, line 32

String

# taskId

The id of the task this duration aggregation is for.

View Source model/EntityTimeEntry.js, line 40