UserOperatorProfile
constructor(id: Long = LONG_INVALID, identification: String = EMPTY_STR, companyId: List<Long> = emptyList(), name: String = EMPTY_STR, lastname: String = EMPTY_STR, username: String = EMPTY_STR, email: String = EMPTY_STR, phone: String = EMPTY_STR, imageUrl: String = EMPTY_STR, roleName: String = EMPTY_STR, uid: String = EMPTY_STR, operatorId: List<Long> = emptyList())
Parameters
id
Long the related user operator unique id.
identification
String the user operator identification.
name
String the user operator name.
lastname
String the user operator lastname.
username
String the user operator username.
email
String the user operator email.
phone
String the user operator phone.
imageUrl
String the user operator image url.
roleName
String the user operator role name.
uid
String the user operator uid.