# `Twilio.Resources.Intelligence.V2.Service.OperatorAttachments`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/intelligence/v2/service/operator_attachments.ex#L2)

OperatorAttachments resource.

## Properties

| Field | Description |
|-------|-------------|
| `operator_sids` | List of Operator SIDs attached to the service. Includes both Custom and Pre-built Operators. |
| `service_sid` | The unique SID identifier of the Service. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Intelligence.V2.Service.OperatorAttachments{
  operator_sids: list() | nil,
  service_sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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