customFeatures property

List<String>? customFeatures
getter/setter pair

A list of features enabled when the selected profile is CUSTOM.

The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.

Implementation

core.List<core.String>? customFeatures;