RecordField.type_

The field type. If it is an array, it indicates that the field type is a union type of its elements. Its elements may be duplicated.

class RecordField
@typeDSL
Union!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, MapSchema, UnionSchema, string, Union!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, MapSchema, UnionSchema, string)[]) type_;

Meta