> For the complete documentation index, see [llms.txt](https://dfend.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dfend.gitbook.io/documentation/developer-api/types/immediateresult.md).

# ImmediateResult

An **ImmediateResult** contains a subset of the fields from an [**Event**](/documentation/developer-api/types/event.md) which was generated at the time a [**Signal**](/documentation/developer-api/types/signal.md) 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](/documentation/developer-api/types/event/type.md).
* `level`  <mark style="color:blue;">enum</mark>  The event's [Level](/documentation/developer-api/types/event/level.md).
