TimelogUpdate

data class TimelogUpdate(val workOrderNumber: Int, val type: String, val timelogType: String?) : ZyncOperationMetadata

Metadata for timelog update operation. Examples:

  • "#1234 - Travel start"

  • "#1234 - Clock in"

Constructors

Link copied to clipboard
constructor(workOrderNumber: Int, type: String, timelogType: String?)

Properties

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