Twilio.Resources.Verify.V2.SafeList.Number (twilio_elixir v0.1.1)

Copy Markdown View Source

Number resource.

SID prefix: GN

Properties

FieldDescription
phone_numberThe phone number in SafeList.. PII: standard
sidThe unique string that we created to identify the SafeList resource.
urlThe absolute URL of the SafeList resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Verify.V2.SafeList.Number{
  phone_number: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()

sid_prefix()