Class: Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/common.rb
Overview
Compensation range.
Instance Attribute Summary collapse
-
#max_compensation ⇒ ::Google::Type::Money
The maximum amount of compensation.
-
#min_compensation ⇒ ::Google::Type::Money
The minimum amount of compensation.
Instance Attribute Details
#max_compensation ⇒ ::Google::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.
405 406 407 408 |
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 405 class CompensationRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_compensation ⇒ ::Google::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.
405 406 407 408 |
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 405 class CompensationRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |