View Source AvroEx.Schema.Record (AvroEx v2.2.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %AvroEx.Schema.Record{
aliases: [AvroEx.Schema.alias()],
doc: String.t() | nil,
fields: [AvroEx.Schema.Record.Field.t()],
metadata: AvroEx.Schema.metadata(),
name: String.t(),
namespace: String.t() | nil
}
Link to this section Functions
Specs
match?(t(), AvroEx.Schema.Context.t(), term()) :: boolean()