Class UDTEntity (1.9.2)

UDTEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

UDT's parent is a schema.

Attributes

NameDescription
udt_sql_code str
The SQL code which creates the udt.
udt_body str
The SQL code which creates the udt body.
custom_features google.protobuf.struct_pb2.Struct
Custom engine specific features.