Record Class IdA1AuditSearchParameters

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Record Components:
fieldTimeRange - The range of time to include.
fieldOwner - All records contain this owner, if specified.
fieldType - All records contain this type, if specified.
fieldLimit - The limit on the number of results.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1AuditSearchParameters(IdA1TimeRange fieldTimeRange, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldOwner, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldType, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
Search parameters for audit records.