ZyncFormFieldMetaData

data class ZyncFormFieldMetaData(val signatureName: String? = null, val lookUpProducts: List<ZyncFormFieldMetaLookUpProduct>? = null, val lookUpUsers: List<ZyncFormFieldMetaLookUpUser>? = null, val lookUpAssets: List<ZyncFormFieldMetaLookUpAsset>? = null, val description: String? = null, val columns: List<ZyncFormFiledMetaTableColumn>? = null, val rows: List<List<ZyncFormFieldMetaTableRow>>? = null, val filter: ZyncMasterChecklistFilter? = null)

Constructors

Link copied to clipboard
constructor(signatureName: String? = null, lookUpProducts: List<ZyncFormFieldMetaLookUpProduct>? = null, lookUpUsers: List<ZyncFormFieldMetaLookUpUser>? = null, lookUpAssets: List<ZyncFormFieldMetaLookUpAsset>? = null, description: String? = null, columns: List<ZyncFormFiledMetaTableColumn>? = null, rows: List<List<ZyncFormFieldMetaTableRow>>? = null, filter: ZyncMasterChecklistFilter? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val signatureName: String? = null

Functions

Link copied to clipboard