ZyncJobStatusChecklistMetadata

data class ZyncJobStatusChecklistMetadata(val signatureName: String? = null, val description: String? = null, val products: List<ZyncJobStatusChecklistProduct>? = null, val users: List<ZyncJobStatusChecklistUser>? = null, val assets: List<ZyncJobStatusChecklistAsset>? = null, val columnMetaData: List<ZyncJobStatusColumnMetadata>? = null, val rowMetaData: List<List<ZyncJobStatusRowMetadata>>? = null)

Metadata for checklist items supporting signatures, products, users, assets, and custom fields.

Constructors

Link copied to clipboard
constructor(signatureName: String? = null, description: String? = null, products: List<ZyncJobStatusChecklistProduct>? = null, users: List<ZyncJobStatusChecklistUser>? = null, assets: List<ZyncJobStatusChecklistAsset>? = null, columnMetaData: List<ZyncJobStatusColumnMetadata>? = null, rowMetaData: List<List<ZyncJobStatusRowMetadata>>? = null)

Properties

Link copied to clipboard

List of assets associated with this checklist item

Link copied to clipboard

Column metadata for table-like structures

Link copied to clipboard
val description: String? = null

Description or additional information

Link copied to clipboard

List of products associated with this checklist item

Link copied to clipboard

Row data for table-like structures

Link copied to clipboard
val signatureName: String? = null

Name associated with a signature field

Link copied to clipboard

List of users associated with this checklist item