Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.timelog.models
/
ZyncTimeLogSummaryEntry
Zync
Time
Log
Summary
Entry
data
class
ZyncTimeLogSummaryEntry
(
val
timeLogSummaryUid
:
String
,
val
timeLogType
:
String
,
val
timeSpent
:
Int
?
,
val
reasonCode
:
String
?
,
val
clockInTime
:
String
,
val
clockOutTime
:
String
,
val
remarks
:
String
?
)
Represents a computed summary entry showing time spent between clock-in and clock-out.
Members
Constructors
Zync
Time
Log
Summary
Entry
Link copied to clipboard
constructor
(
timeLogSummaryUid
:
String
,
timeLogType
:
String
,
timeSpent
:
Int
?
,
reasonCode
:
String
?
,
clockInTime
:
String
,
clockOutTime
:
String
,
remarks
:
String
?
)
Properties
clock
In
Time
Link copied to clipboard
val
clockInTime
:
String
clock
Out
Time
Link copied to clipboard
val
clockOutTime
:
String
reason
Code
Link copied to clipboard
val
reasonCode
:
String
?
remarks
Link copied to clipboard
val
remarks
:
String
?
time
Log
Summary
Uid
Link copied to clipboard
val
timeLogSummaryUid
:
String
time
Log
Type
Link copied to clipboard
val
timeLogType
:
String
time
Spent
Link copied to clipboard
val
timeSpent
:
Int
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int