Values.UpdateCalculatedAttributeDefinitionRequestSourceUpdates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)calculatedAttributeName : TypeName.t;The unique name of the calculated attribute.
*)displayName : DisplayName.t option;The display name of the calculated attribute.
*)description : SensitiveText.t option;The description of the calculated attribute.
*)conditions : Conditions.t option;The conditions including range, object count, and threshold for the calculated attribute.
*)}val make :
?displayName:??? ->
?description:??? ->
?conditions:??? ->
domainName:Name.t ->
calculatedAttributeName:TypeName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Name.t
| `Structure of
(string
* [> `Integer of ObjectCount.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Value.t
| `String of String1To255.t
| `Structure of
(string * [> `Integer of ValueRangeStart.t ]) list ])
list ])
list ])
list ]