# `Protox.Field`
[🔗](https://github.com/ahamez/protox/blob/main/lib/protox/field.ex#L1)

The definition of a protobuf field (e.g. tag, type, etc.).

# `t`

```elixir
@type t() :: %Protox.Field{
  extender: nil | atom(),
  kind: Protox.Kind.t(),
  label: Protox.Types.label(),
  name: atom(),
  tag: number(),
  type: Protox.Types.type()
}
```

---

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