index property

String? index
getter/setter pair

Indicates the index of the custom attribute. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "INDEX0" : First product custom attribute.
  • "INDEX1" : Second product custom attribute.
  • "INDEX2" : Third product custom attribute.
  • "INDEX3" : Fourth product custom attribute.
  • "INDEX4" : Fifth product custom attribute.

Implementation

core.String? index;