Twilio.Resources.Supersim.V1.Network (twilio_elixir v0.1.1)

Copy Markdown View Source

Mobile operator networks to which Super SIMs can connect

SID prefix: HW

Properties

FieldDescription
friendly_nameA human readable identifier of this resource.

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

identifiersArray of objects identifying the MCC-MNCs that are included in the Network resource.
iso_countryThe ISO country code of the Network resource.
sidThe unique string that we created to identify the Network resource.
urlThe absolute URL of the Network resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Supersim.V1.Network{
  friendly_name: String.t() | nil,
  identifiers: list() | nil,
  iso_country: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()

sid_prefix()