Zync SDK
Toggle table of contents
1.0.36-alpha.40
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.timelog.models
/
ZyncTimeLogEntry
Zync
Time
Log
Entry
@
ObjCName
(
name
=
"ZyncTimeLogEntry"
)
data
class
ZyncTimeLogEntry
(
val
timeLogUid
:
String
,
val
checkedTime
:
String
,
val
type
:
String
,
val
timeLogType
:
String
,
val
reasonCode
:
String
?
,
val
remarks
:
String
?
,
val
laborCodeUid
:
String
?
)
Represents a single timelog entry for a job.
Members
Constructors
Zync
Time
Log
Entry
Link copied to clipboard
constructor
(
timeLogUid
:
String
,
checkedTime
:
String
,
type
:
String
,
timeLogType
:
String
,
reasonCode
:
String
?
,
remarks
:
String
?
,
laborCodeUid
:
String
?
)
Properties
checked
Time
Link copied to clipboard
val
checkedTime
:
String
labor
Code
Uid
Link copied to clipboard
val
laborCodeUid
:
String
?
reason
Code
Link copied to clipboard
val
reasonCode
:
String
?
remarks
Link copied to clipboard
val
remarks
:
String
?
time
Log
Type
Link copied to clipboard
val
timeLogType
:
String
time
Log
Uid
Link copied to clipboard
val
timeLogUid
:
String
type
Link copied to clipboard
val
type
:
String