This type is a representation of the Avro Enum type.
See Avrogen.Avro.Types.Utils.fullname/2.
Avrogen.Avro.Types.Utils.fullname/2
See Avrogen.Avro.Types.Utils.namespace/3.
Avrogen.Avro.Types.Utils.namespace/3
@type t() :: %Avrogen.Avro.Types.Enum{ aliases: [String.t()] | nil, default: (String.t() | nil) | nil, doc: (String.t() | nil) | nil, name: String.t(), namespace: (String.t() | nil) | nil, preferred_subset: ([String.t()] | nil) | nil, symbols: [String.t()], type: String.t() | nil }