Record Class IdA1Ban

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1Ban
Record Components:
fieldUser - The user (or admin) ID.
fieldReason - The ban reason.
fieldExpires - The expiration date, if any.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1Ban(com.io7m.cedarbridge.runtime.api.CBUUID fieldUser, com.io7m.cedarbridge.runtime.api.CBString fieldReason, com.io7m.cedarbridge.runtime.api.CBOptionType<IdA1TimestampUTC> fieldExpires) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
An account ban.