Values_1.DataTableValueSummarySourceA data table value summary.
type nonrec t = {recordId : Values_0.DataTableId.t option;The summary's record ID.
*)attributeId : Values_0.DataTableId.t option;The summary's attribute ID.
*)primaryValues : Values_0.PrimaryValuesResponseSet.t option;The summary's primary values.
*)attributeName : Values_0.DataTableName.t option;The summary's attribute name.
*)valueType : Values_0.DataTableAttributeValueType.t option;The summary's value type.
*)value : Values_0.String_.t option;The summary's value.
*)lockVersion : Values_0.DataTableLockVersion.t option;The summary's lock version.
*)lastModifiedTime : Values_0.Timestamp.t option;The summary's last modified time.
*)lastModifiedRegion : Values_0.RegionName.t option;The summary's last modified region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.DataTableId.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]