Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CompensationRange.
Compensation range.
Generated from protobuf message google.cloud.talent.v4.CompensationInfo.CompensationRange
Namespace
Google \ Cloud \ Talent \ V4 \ CompensationInfoMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ max_compensation
Google\Type\Money
The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.
↳ min_compensation
Google\Type\Money
The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.
getMaxCompensation
The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.
hasMaxCompensation
clearMaxCompensation
setMaxCompensation
The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.
$this
getMinCompensation
The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.
hasMinCompensation
clearMinCompensation
setMinCompensation
The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.
$this

