# `Twilio.Resources.Events.V1.Subscription.SubscribedEvent`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/events/v1/subscription/subscribed_event.ex#L2)

Event subscribed to in the parent Subscription

Parent: `/Subscriptions/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
| `schema_version` | The schema version that the Subscription should use. |
| `subscription_sid` | The unique SID identifier of the Subscription. |
| `type` | Type of event being subscribed to. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Events.V1.Subscription.SubscribedEvent{
  account_sid: String.t() | nil,
  schema_version: integer(),
  subscription_sid: String.t() | nil,
  type: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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