View Source Avrogen.Avro.Types.Enum (avrogen v0.8.5)

This type is a representation of the Avro Enum type.

Summary

Types

@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
}

Functions