Values.FieldGroupSourceObject for a group of fields and associated properties.
type nonrec t = {name : FieldGroupNameString.t option;Name of the field group.
*)fields : FieldGroupFieldsList.t;Represents an ordered list containing field related information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of FieldId.t ]) list ]
list
| `String of FieldGroupNameString.t ])
list ]