Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::CompensationInfo::CompensationRange (v0.6.4)

Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::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.