type property
Type of the request, corresponding to CompensationHistogramRequest.type. 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;