parts property

List<String>? parts
getter/setter pair

Parts to construct Entity ID.

Should match with the same ID columns as defined in FeatureView in the same order.

Implementation

core.List<core.String>? parts;