enumValues property

List<String>? enumValues
getter/setter pair

Values the artifact can assume if it is a field of type ENUM.

This field is only set for artifacts of category SEGMENT or ATTRIBUTE.

Output only.

Implementation

core.List<core.String>? enumValues;