Values_1.FieldFolderSourceA FieldFolder element is a folder that contains fields and nested subfolders.
type nonrec t = {description : FieldFolderDescription.t option;The description for a field folder.
*)columns : FolderColumnList.t option;A folder has a list of columns. A column can only be in one folder.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.String_.t ] list
| `String of FieldFolderDescription.t ])
list ]