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

Inherits:
Object
  • Object
show all
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

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.

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.



355
356
357
358
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 355

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.

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.



355
356
357
358
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 355

class CompensationRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end