Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange.
Compensation range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_compensation
def max_compensation() -> ::Google::Type::Money
Returns
- (::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.
#max_compensation=
def max_compensation=(value) -> ::Google::Type::Money
Parameter
- value (::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.
Returns
- (::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
def min_compensation() -> ::Google::Type::Money
Returns
- (::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.
#min_compensation=
def min_compensation=(value) -> ::Google::Type::Money
Parameter
- value (::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.
Returns
- (::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.