ZyncJobStatusColumnMetadata

data class ZyncJobStatusColumnMetadata(val fieldName: String, val fieldType: String? = null)

Column metadata for table-like checklist structures.

Constructors

Link copied to clipboard
constructor(fieldName: String, fieldType: String? = null)

Properties

Link copied to clipboard

Name of the field/column

Link copied to clipboard
val fieldType: String? = null

Type of the field (e.g., text, number, date)