ListType
ListType¶
Represents a list type with a specific element type.
- element_type (
PrimitiveTypeEnum | str): Type of elements in the list (primitive type or custom type reference)
Represents a list type with a specific element type.
PrimitiveTypeEnum | str): Type of elements in the list (primitive type or custom type reference)