# `Twilio.Resources.Verify.V2.SafeList.Number`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/verify/v2/safe_list/number.ex#L2)

Number resource.

SID prefix: `GN`

## Properties

| Field | Description |
|-------|-------------|
| `phone_number` | The phone number in SafeList.. PII: standard |
| `sid` | The unique string that we created to identify the SafeList resource. |
| `url` | The absolute URL of the SafeList resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Verify.V2.SafeList.Number{
  phone_number: 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*
