type property

String? type
getter/setter pair

Type of the request, representing which field the histogramming should be performed over.

A single request can only specify one histogram of each CompensationHistogramRequestType.

Required. Possible string values are:

  • "COMPENSATION_HISTOGRAM_REQUEST_TYPE_UNSPECIFIED" : Default value. Invalid.
  • "BASE" : Histogram by job's base compensation. See CompensationEntry for definition of base compensation.
  • "ANNUALIZED_BASE" : Histogram by job's annualized base compensation. See CompensationEntry for definition of annualized base compensation.
  • "ANNUALIZED_TOTAL" : Histogram by job's annualized total compensation. See CompensationEntry for definition of annualized total compensation.

Implementation

core.String? type;