ConstructorOrField:
    | Constructable<EntityT>
    | ComplexTypeField<EntityT, DeSerializers, ComplexT, boolean, boolean>

Union type to represent the parent of a field. This can either be an entity constructor or a complex type field.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

Type Parameters