Values.CalculatedAttributeValueSourceThe object containing the values of a single calculated attribute value.
type nonrec t = {calculatedAttributeName : TypeName.t option;The unique name of the calculated attribute.
*)displayName : DisplayName.t option;The display name of the calculated attribute.
*)isDataPartial : String1To255.t option;Indicates whether the calculated attribute's value is based on partial data. If the data is partial, it is set to true.
*)profileId : Uuid.t option;The profile id belonging to this calculated attribute value.
*)value : String1To255.t option;The value of the calculated attribute.
*)lastObjectTimestamp : Timestamp.t option;The timestamp of the newest object included in the calculated attribute calculation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TypeName.t | `Timestamp of Timestamp.t ]) list ]