ZyncSubmittedInspectionForm

data class ZyncSubmittedInspectionForm(val assetFormUid: String, val assetFormSubmissionUid: String, val name: String, val description: String?, val fields: List<ZyncFormField>, val job: ZyncSubmittedFormJob?, val createdBy: ZyncCreatedByUser?, val createdAt: String?, val updatedAt: String?)

Domain model representing a submitted inspection form from a service task.

This model contains all the information about a completed inspection form submission, including the form structure, submitted field values, and audit information.

Constructors

Link copied to clipboard
constructor(assetFormUid: String, assetFormSubmissionUid: String, name: String, description: String?, fields: List<ZyncFormField>, job: ZyncSubmittedFormJob?, createdBy: ZyncCreatedByUser?, createdAt: String?, updatedAt: 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