size property

String? size
getter/setter pair

The employer's company size.

Optional. Possible string values are:

  • "COMPANY_SIZE_UNSPECIFIED" : Default value if the size is not specified.
  • "MINI" : The company has less than 50 employees.
  • "SMALL" : The company has between 50 and 99 employees.
  • "SMEDIUM" : The company has between 100 and 499 employees.
  • "MEDIUM" : The company has between 500 and 999 employees.
  • "BIG" : The company has between 1,000 and 4,999 employees.
  • "BIGGER" : The company has between 5,000 and 9,999 employees.
  • "GIANT" : The company has 10,000 or more employees.

Implementation

core.String? size;