Record Class IdEmailOwner

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdEmailOwner
Record Components:
isAdmin - true if the owner is an admin (otherwise, it is a user)
owner - The owner ID
email - The email

public record IdEmailOwner(boolean isAdmin, UUID owner, IdEmail email) extends Record
The owner of an email.