ZyncTimeLogSummaryEntry

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.

Constructors

Link copied to clipboard
constructor(timeLogSummaryUid: String, timeLogType: String, timeSpent: Int?, reasonCode: String?, clockInTime: String, clockOutTime: String, remarks: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int