Values.OrderByElementSourceA field and direction for ordered output.
type nonrec t = {fieldName : OrderByElementFieldName.t;The field on which to order.
*)sortOrder : OrderString.t option;Ordering direction.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OrderByElementFieldName.t ])
list ]