Record Class IdA1ResponseUserSearchByEmailPrevious

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Record Components:
fieldRequestId - The ID of the request that yielded this response.
fieldPage - The previous page of results.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType, com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAType, ProtocolIdAv1Type

public record IdA1ResponseUserSearchByEmailPrevious(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, IdA1Page<IdA1UserSummary> fieldPage) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAv1Type
A response to IdA1CommandUserSearchByEmailPrevious.