# `Twilio.Resources.Marketplace.V1.InstalledAddOn.InstalledAddOnExtension`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/marketplace/v1/installed_add_on/installed_add_on_extension.ex#L2)

InstalledAddOnExtension resource.

SID prefix: `XF`

Parent: `/InstalledAddOns/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `enabled` | Whether the Extension will be invoked. |
| `friendly_name` | The string that you assigned to describe the resource. |
| `installed_add_on_sid` | The SID of the InstalledAddOn resource to which this extension applies. |
| `product_name` | The name of the Product this Extension is used within. |
| `sid` | The unique string that we created to identify the InstalledAddOn Extension resource. |
| `unique_name` | An application-defined string that uniquely identifies the resource. |
| `url` | The absolute URL of the resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Marketplace.V1.InstalledAddOn.InstalledAddOnExtension{
  enabled: boolean() | nil,
  friendly_name: String.t() | nil,
  installed_add_on_sid: String.t() | nil,
  product_name: String.t() | nil,
  sid: String.t() | nil,
  unique_name: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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