Twilio.Resources.Sync.V1.Service.Stream.Message (twilio_elixir v0.1.1)

Copy Markdown View Source

Message resource.

SID prefix: TZ

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

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

dataAn arbitrary, schema-less object that contains the Stream Message body. Can be up to 4 KiB in length.. PII: sensitive
sidThe unique string that we created to identify the Stream Message resource.

Summary

Types

t()

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

Functions

object_name()

sid_prefix()