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.

Constructors

Link copied to clipboard
constructor(timeLogUid: String, checkedTime: String, type: String, timeLogType: String, reasonCode: String?, remarks: String?, laborCodeUid: 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