aliasRef property

String? aliasRef
getter/setter pair

The alias name for a field that has already been aliased within a different ProjectedField type elsewhere in the query model.

The alias must be defined in the QueryBuilderConfig's field_sources list, otherwise the model is invalid.

Implementation

core.String? aliasRef;