Record Class IdA1AdminColumnOrdering

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

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