ZyncJobStatusChecklistItem

data class ZyncJobStatusChecklistItem(val question: String, val answer: String? = null, val hideToFe: Boolean, val type: String, val module: String? = null, val metaData: ZyncJobStatusChecklistMetadata? = null, val readOnly: Boolean, val hideField: Boolean)

Checklist item for job status updates with comprehensive metadata support.

Constructors

Link copied to clipboard
constructor(question: String, answer: String? = null, hideToFe: Boolean, type: String, module: String? = null, metaData: ZyncJobStatusChecklistMetadata? = null, readOnly: Boolean, hideField: Boolean)

Properties

Link copied to clipboard
val answer: String? = null

The answer or response to the question

Link copied to clipboard

Whether this field should be hidden entirely

Link copied to clipboard

Whether this item should be hidden from field engineers

Link copied to clipboard

Complex metadata associated with this checklist item

Link copied to clipboard
val module: String? = null

The module this checklist item belongs to

Link copied to clipboard

The question or prompt for this checklist item

Link copied to clipboard

Whether this checklist item is read-only

Link copied to clipboard

The type of checklist item (e.g., text, signature, product, etc.)