# `Twilio.Resources.Conversations.V1.Service.Binding`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/conversations/v1/service/binding.ex#L2)

# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
A Binding resource represents a push notification binding and its configuration, for delivering conversation events to mobile or web endpoints.

SID prefix: `BS`

Parent: `/Services/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this binding. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `binding_type` | The push technology to use for the Binding. Can be: `apn`, `gcm`, `fcm`, or `twilsock`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info.. Values: `apn`, `gcm`, `fcm`, `twilsock` |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `chat_service_sid` | The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `credential_sid` | The SID of the [Credential](https://www.twilio.com/docs/conversations/api/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. |
| `date_created` | The date that this resource was created.. Format: date-time |
| `date_updated` | The date that this resource was last updated.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `endpoint` | The unique endpoint identifier for the Binding. The format of this value depends on the `binding_type`.. PII: standard |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `identity` | The application-defined string that uniquely identifies the [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more info.. PII: standard |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `message_types` | The [Conversation message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to. |
| `sid` | A 34 character string that uniquely identifies this resource. |
| `url` | An absolute API resource URL for this binding.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Conversations.V1.Service.Binding{
  account_sid: String.t() | nil,
  binding_type: String.t(),
  chat_service_sid: String.t() | nil,
  credential_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  endpoint: String.t() | nil,
  identity: String.t() | nil,
  message_types: list() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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