Class: Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
Compensation range.
Instance Attribute Summary collapse
-
#max_compensation ⇒ Google::Type::Money
Optional.
-
#min_compensation ⇒ Google::Type::Money
Optional.
Instance Attribute Details
#max_compensation ⇒ Google::Type::Money
Returns Optional.
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.
357 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 357 class CompensationRange; end |
#min_compensation ⇒ Google::Type::Money
Returns Optional.
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.
357 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 357 class CompensationRange; end |