# `Stripe.Resources.Event.Request`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/event.ex#L72)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Event.Request{
  id: String.t() | nil,
  idempotency_key: String.t() | nil
}
```

* `id` - ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API. Max length: 5000. Nullable.
* `idempotency_key` - The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*. Max length: 5000. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
