Record Class IdA1AdminSummary

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Record Components:
fieldId - The admin ID.
fieldIdName - The admin ID name.
fieldRealName - The admin real name.
fieldTimeCreated - The time the admin was created.
fieldTimeUpdated - The time the admin was last updated.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1AdminSummary(com.io7m.cedarbridge.runtime.api.CBUUID fieldId, com.io7m.cedarbridge.runtime.api.CBString fieldIdName, com.io7m.cedarbridge.runtime.api.CBString fieldRealName, IdA1TimestampUTC fieldTimeCreated, IdA1TimestampUTC fieldTimeUpdated) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
An admin summary.