Twilio.Resources.Messaging.V1.LinkShortening.MessagingService.Domain (twilio_elixir v0.1.1)

Copy Markdown View Source

Domain resource.

Properties

FieldDescription
domain_sidThe unique string that we created to identify the Domain resource.
messaging_service_sidThe unique string that identifies the messaging service
urlFormat: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Messaging.V1.LinkShortening.MessagingService.Domain{
  domain_sid: String.t() | nil,
  messaging_service_sid: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()