# `Twilio.Resources.Supersim.V1.Network`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/supersim/v1/network.ex#L2)

Mobile operator networks to which Super SIMs can connect

SID prefix: `HW`

## Properties

| Field | Description |
|-------|-------------|
| `friendly_name` | A human readable identifier of this resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `identifiers` | Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource. |
| `iso_country` | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource. |
| `sid` | The unique string that we created to identify the Network resource. |
| `url` | The absolute URL of the Network resource.. Format: uri |

# `t`

```elixir
@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
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
