Values.ConditionBasedSignalFetchConfigSourceSpecifies the condition under which a signal fetch occurs.
type nonrec t = {conditionExpression : FetchConfigEventExpression.t;The condition that must be satisfied to trigger a signal fetch.
*)triggerMode : TriggerMode.t;Indicates the mode in which the signal fetch is triggered.
*)}val make :
conditionExpression:FetchConfigEventExpression.t ->
triggerMode:TriggerMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FetchConfigEventExpression.t ])
list ]