Class

Absence

Absence(data)

Absence Model
Constructor

# new Absence(data)

Model constructor
Parameters:
Name Type Description
data AbsenceLike

View Source model/Absence.js, line 6

Classes

Absence

Members

String

# createdBy

The id of the user that created the absence.

View Source model/Absence.js, line 67

String

# createdOn

The date the absence was created.

View Source model/Absence.js, line 59

String

# deletedBy

The id of the user that deleted the absence.

View Source model/Absence.js, line 99

String

# deletedOn

The date the absence was deleted.

View Source model/Absence.js, line 91

String

# endOn

The end time of the absence.

View Source model/Absence.js, line 43

String

# id

The id of the absence.

View Source model/Absence.js, line 51

String

# startOn

The start time of the absence.

View Source model/Absence.js, line 35

String

# updatedBy

The id of the user that updated the absence.

View Source model/Absence.js, line 83

String

# updatedOn

The date the absence was updated.

View Source model/Absence.js, line 75

String

# userId

The id of the user that created the absence.

View Source model/Absence.js, line 27