Values.PoAttributesSourceThe supported properties for a PO type data set.
type nonrec t = {encoding : String_.t option;The character set encoding of the data set.
*)format : String_.t;The format of the data set records.
*)memberFileExtensions : String20List.t;An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
*)}val make :
?encoding:??? ->
format:String_.t ->
memberFileExtensions:String20List.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String20.t ] list | `String of String_.t ])
list ]