Values_0.RuleTriggerEventSourceSourceThe name of the event source. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate | OnContactEvaluationSubmit | OnMetricDataUpdate.
type nonrec t = {eventSourceName : EventSourceName.t;The name of the event source.
*)integrationAssociationId : IntegrationAssociationId.t option;The identifier for the integration association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IntegrationAssociationId.t ])
list ]