Module Values_1.FieldFolderSource

A FieldFolder element is a folder that contains fields and nested subfolders.

Sourcetype nonrec t = {
  1. description : FieldFolderDescription.t option;
    (*

    The description for a field folder.

    *)
  2. columns : FolderColumnList.t option;
    (*

    A folder has a list of columns. A column can only be in one folder.

    *)
}
Sourceval make : ?description:??? -> ?columns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of FieldFolderDescription.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t