Record Class IdA1UserColumnOrdering

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Record Components:
fieldColumn - The user column.
fieldAscending - True if the results should be ascending.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1UserColumnOrdering(IdA1UserColumn fieldColumn, com.io7m.cedarbridge.runtime.api.CBBooleanType fieldAscending) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
A column ordering spec.