Variable StringListValue.intId

integer id for item

struct StringListValue
{
  // ...
  int intId;
  // ...
}