Event Invoke Config Destination Config
data class EventInvokeConfigDestinationConfig(val onFailure: EventInvokeConfigOnFailure? = null, val onSuccess: EventInvokeConfigOnSuccess? = null)
Constructors
Link copied to clipboard
fun EventInvokeConfigDestinationConfig(onFailure: EventInvokeConfigOnFailure? = null, onSuccess: EventInvokeConfigOnSuccess? = null)