View Source Avrogen.Avro.Types.Record (avrogen v0.8.1)

This type is a representation of the Avro record type.

Summary

Types

@type t() :: %Avrogen.Avro.Types.Record{
  aliases: ([String.t()] | nil) | nil,
  doc: (String.t() | nil) | nil,
  fields: [Avrogen.Avro.Types.Record.Field.t()],
  name: String.t(),
  namespace: (String.t() | nil) | nil,
  type: String.t() | nil
}

Functions