Class: Google::Cloud::Talent::V4::CompensationInfo::CompensationRange
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::CompensationInfo::CompensationRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/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.
404 405 406 407 |
# File 'proto_docs/google/cloud/talent/v4/common.rb', line 404 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.
404 405 406 407 |
# File 'proto_docs/google/cloud/talent/v4/common.rb', line 404 class CompensationRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |