Class: Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb

Overview

Compensation range.

Instance Attribute Summary collapse

Instance Attribute Details

#max_compensationGoogle::Type::Money

Returns 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.



365
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 365

class CompensationRange; end

#min_compensationGoogle::Type::Money

Returns 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.



365
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 365

class CompensationRange; end