UserRoleChanged

data class UserRoleChanged(val userUid: String, val oldRole: UserRole?, val newRole: UserRole?) : UserChangeEvent

Constructors

Link copied to clipboard
constructor(userUid: String, oldRole: UserRole?, newRole: UserRole?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard