Zync Active Time Log
data class ZyncActiveTimeLog(val timeLogUid: String, val jobUid: String?, val userUid: String?, val checkedTime: String, val entryType: String, val timeLogType: String?, val projectUid: String?, val activeJob: ZyncTimeLogActiveJob?, val activeProject: ZyncTimeLogActiveProject?)
Represents an active timelog entry with associated job or project data. This is the domain model exposed to SDK users.
Constructors
Link copied to clipboard
constructor(timeLogUid: String, jobUid: String?, userUid: String?, checkedTime: String, entryType: String, timeLogType: String?, projectUid: String?, activeJob: ZyncTimeLogActiveJob?, activeProject: ZyncTimeLogActiveProject?)