Values.DatasetDetailOrgAttributesSourceAdditional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
type nonrec t = {gdg : GdgDetailAttributes.t option;The generation data group of the data set.
*)po : PoDetailAttributes.t option;The details of a PO type data set.
*)ps : PsDetailAttributes.t option;The details of a PS type data set.
*)vsam : VsamDetailAttributes.t option;The details of a VSAM data set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `String of String50.t
| `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ])
list ])
list ])
list ]