# `Twilio.Resources.Sync.V1.Service.Stream.Message`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/sync/v1/service/stream/message.ex#L2)

Message resource.

SID prefix: `TZ`

Parent: `/Services/{ServiceSid}/Streams/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `data` | An arbitrary, schema-less object that contains the Stream Message body. Can be up to 4 KiB in length.. PII: sensitive |
| `sid` | The unique string that we created to identify the Stream Message resource. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Sync.V1.Service.Stream.Message{
  data: String.t() | nil,
  sid: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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