View Source Protox.Field (Protox v1.7.3)

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

Summary

Types

@type t() :: %Protox.Field{
  json_name: binary(),
  kind: Protox.Types.kind(),
  label: Protox.Types.label(),
  name: atom(),
  tag: number(),
  type: Protox.Types.type()
}