entryPointFeatures property

List<String>? entryPointFeatures
getter/setter pair

Features of the entry point, such as being toll or toll-free.

One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.

Implementation

core.List<core.String>? entryPointFeatures;