Values.DataSetSummarySourceA subset of the possible data set attributes.
type nonrec t = {creationTime : Timestamp.t option;The timestamp when the data set was created.
*)dataSetName : String200.t option;The name of the data set.
*)dataSetOrg : String20.t option;The type of data set. The only supported value is VSAM.
*)format : String20.t option;The format of the data set.
*)lastReferencedTime : Timestamp.t option;The last time the data set was referenced.
*)lastUpdatedTime : Timestamp.t option;The last time the data set was updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String200.t | `Timestamp of Timestamp.t ]) list ]