EventSignal
An EventSignal is a wrapper around a Signal that includes additional data from within our system.
Attributes
idstring The unique ID of the signal in our system.datastring The original Signal data that we received.immediateResultsImmediateResult[] An array of ImmediateResults that were computed in real-time when the signal was received.trustedboolean Whether this signal was sent from a trusted environment (from a partner integration or using a secure API key).
Last updated