ZyncJobStatus

constructor(statusUid: String, statusName: String, statusType: ZyncJobStatusType, statusColor: String?, remarksType: String? = null, requireCustomerSignature: Boolean? = null, requireCustomerFeedback: Boolean? = null, previewTemplateWhileSigning: Boolean? = null, requireFacialAuthentication: Boolean? = null, requireGeoFencing: Boolean? = null, geoFenceRadius: Double? = null, enabledForFieldExecutive: Boolean? = null, enabledForManager: Boolean? = null, allowRemarks: Boolean? = null, remarksValues: List<String>? = null, hasParent: Boolean? = null, parentStatuses: List<String>? = null, captureGeoCords: Boolean? = null, prefillChecklist: Boolean? = null, restrictToAccessRole: Boolean? = null, enabledToAccessRoles: List<String>? = null, checklist: List<ZyncMasterFormField>? = null, checklistViewType: String? = null)