ZyncServiceTask

data class ZyncServiceTask(val serviceTaskUid: String, val serviceTaskTitle: String, val serviceTaskDescription: String?, val sequenceNo: Int, val estimateDuration: ZyncServiceTaskEstimatedDuration?, val scheduledDuration: Double, val actualStartTime: String?, val actualEndTime: String?, val actualDuration: Double, val serviceTaskStatus: ZyncServiceTaskStatus, val assignedTo: List<ZyncServiceTaskAssignedUser>, val inspectionFormSubmissionUid: String?, val inspectionForm: ZyncServiceTaskInspectionForm?, val serviceTaskAsset: ZyncServiceTaskAsset?, val createdAt: String?)

Basic ServiceTask domain model representing a service task in the Zuper system. Matches the structure from zuper-android ServiceTask.kt

Constructors

Link copied to clipboard
constructor(serviceTaskUid: String, serviceTaskTitle: String, serviceTaskDescription: String?, sequenceNo: Int, estimateDuration: ZyncServiceTaskEstimatedDuration?, scheduledDuration: Double, actualStartTime: String?, actualEndTime: String?, actualDuration: Double, serviceTaskStatus: ZyncServiceTaskStatus, assignedTo: List<ZyncServiceTaskAssignedUser>, inspectionFormSubmissionUid: String?, inspectionForm: ZyncServiceTaskInspectionForm?, serviceTaskAsset: ZyncServiceTaskAsset?, createdAt: 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard