Values.CustomActionAttachmentCriteriaSourceA criteria for when a button should be shown based on values in the notification
type nonrec t = {operator : CustomActionAttachmentCriteriaOperator.t;The operation to perform on the named variable.
*)variableName : CustomActionAttachmentCriteriaVariableNameString.t;The name of the variable to operate on.
*)value : CustomActionAttachmentCriteriaValueString.t option;A value that is compared with the actual value of the variable based on the behavior of the operator.
*)}val make :
?value:??? ->
operator:CustomActionAttachmentCriteriaOperator.t ->
variableName:CustomActionAttachmentCriteriaVariableNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CustomActionAttachmentCriteriaVariableNameString.t ])
list ]