instituteSize property

String? instituteSize
getter/setter pair

Size of the institute. Possible string values are:

  • "INSTITUTE_SIZE_UNSPECIFIED" : Not used.
  • "SIZE_1_100" : 1 - 100
  • "SIZE_101_500" : 101 - 500
  • "SIZE_501_1000" : 501 - 1,000
  • "SIZE_1001_2000" : 1,001 - 2,000
  • "SIZE_2001_5000" : 2,001 - 5,000
  • "SIZE_5001_10000" : 5,001 - 10,000
  • "SIZE_10001_OR_MORE" : 10,001 +

Implementation

core.String? instituteSize;