repeatedEnumValue property

RepeatedEnumAttributeValue? repeatedEnumValue
getter/setter pair

When the attribute value type is REPEATED_ENUM, this contains the attribute value, and the other values fields must be empty.

Implementation

RepeatedEnumAttributeValue? repeatedEnumValue;