ZyncJobStatusRowMetadata

data class ZyncJobStatusRowMetadata(val fieldName: String, val fieldValue: String? = null)

Row data for table-like checklist structures.

Constructors

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

Properties

Link copied to clipboard

Name of the field

Link copied to clipboard
val fieldValue: String? = null

Value of the field