ZyncJobStatusChecklistUser

data class ZyncJobStatusChecklistUser(val userUid: String, val profilePicture: String? = null, val firstName: String, val lastName: String? = null, val email: String, val empCode: String? = null, val designation: String? = null, val role: ZyncJobStatusChecklistUserRole? = null, val isActive: Boolean)

User information within checklist items for lookup fields.

Constructors

Link copied to clipboard
constructor(userUid: String, profilePicture: String? = null, firstName: String, lastName: String? = null, email: String, empCode: String? = null, designation: String? = null, role: ZyncJobStatusChecklistUserRole? = null, isActive: Boolean)

Properties

Link copied to clipboard
val designation: String? = null

User designation/title

Link copied to clipboard

User email address

Link copied to clipboard
val empCode: String? = null

Employee code

Link copied to clipboard

User first name

Link copied to clipboard

Whether the user is active

Link copied to clipboard
val lastName: String? = null

User last name

Link copied to clipboard
val profilePicture: String? = null

User profile picture URL

Link copied to clipboard

User role information

Link copied to clipboard

User unique identifier