Bases: titus.datatype.AvroType
Avro “union” type for tagged unions.
Create an AvroUnion manually.
| Parameters: | types (list of titus.datatype.AvroType) – possible types for this union |
|---|
Get the possible types for this union as a list of titus.datatype.AvroType.