Twilio.Resources.Intelligence.V2.Service.OperatorAttachments (twilio_elixir v0.1.1)

Copy Markdown View Source

OperatorAttachments resource.

Properties

FieldDescription
operator_sidsList of Operator SIDs attached to the service. Includes both Custom and Pre-built Operators.
service_sidThe unique SID identifier of the Service.
urlThe URL of this resource.. Format: uri

Summary

Types

t()

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

Functions

object_name()