# ImmediateResult

An **ImmediateResult** contains a subset of the fields from an [**Event**](https://dfend.gitbook.io/documentation/developer-api/types/event) which was generated at the time a [**Signal**](https://dfend.gitbook.io/documentation/developer-api/types/signal) was received. This data is considered safe for untrusted client environments.

## Attributes

* `id`  <mark style="color:blue;">string</mark>  The unique ID of the signal in our system.
* `subscription`  <mark style="color:blue;">string</mark>  Subscription ID (internal).
* `type`  <mark style="color:blue;">enum</mark>  The event's [Type](https://dfend.gitbook.io/documentation/developer-api/types/event/type).
* `level`  <mark style="color:blue;">enum</mark>  The event's [Level](https://dfend.gitbook.io/documentation/developer-api/types/event/level).
