# `Estructura.Nested.Type.IP`
[🔗](https://github.com/am-kantox/estructura/blob/v1.12.0/lib/estructura/nested/type/ip.ex#L1)

`Estructura` type for `Date`

# `t`

```elixir
@type t() :: %Estructura.Nested.Type.IP{
  type: :v4 | :v6,
  n1: 0..255 | 0..65535,
  n2: 0..255 | 0..65535,
  n3: 0..255 | 0..65535,
  n4: 0..255 | 0..65535,
  n5: 0..65535,
  n6: 0..65535,
  n7: 0..65535,
  n8: 0..65535
}
```

# `sigil_IP`
*macro* 

---

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