# `Twilio.Resources.Accounts.V1.SafeList.Number`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/accounts/v1/safe_list/number.ex#L2)

Number resource.

SID prefix: `GN`

## Properties

| Field | Description |
|-------|-------------|
| `phone_number` | The phone number or phone number 1k prefix in SafeList.. PII: standard |
| `sid` | The unique string that we created to identify the SafeList resource. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Accounts.V1.SafeList.Number{
  phone_number: String.t() | nil,
  sid: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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