Values.ObjectAttributeSourceThe criteria that a specific object attribute must meet to trigger the destination.
type nonrec t = {source : Text.t option;An attribute contained within a source object.
*)fieldName : FieldName.t option;A field defined within an object type.
*)comparisonOperator : ComparisonOperator.t;The operator used to compare an attribute against a list of values.
*)values : EventTriggerValues.t;A list of attribute values used for comparison.
*)}val make :
?source:??? ->
?fieldName:??? ->
comparisonOperator:ComparisonOperator.t ->
values:EventTriggerValues.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String1To255.t ] list
| `String of Text.t ])
list ]