public sealed class CompensationInfo.Types.CompensationRange : IMessage<CompensationInfo.Types.CompensationRange>, IEquatable<CompensationInfo.Types.CompensationRange>, IDeepCloneable<CompensationInfo.Types.CompensationRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CompensationInfo.Types.CompensationRange.
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][google.type.Money.currency_code] of
min_compensation.
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][google.type.Money.currency_code] of max_compensation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `CompensationInfo.Types.CompensationRange` class within the Google Cloud Talent Solution v4beta1 API."],["The `CompensationRange` class represents a range of compensation, with the ability to specify minimum and maximum compensation amounts."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which support protobuf message functionality, equality comparisons, deep cloning and buffer message functionalities."],["The `CompensationRange` class includes properties `MaxCompensation` and `MinCompensation`, both of type `Money`, to define the maximum and minimum compensation values, respectively, with the default values and currency code being determined based on their counterparts."],["The latest version available is 3.0.0-beta06, with previous versions 3.0.0-beta05 and 2.0.0-beta07 also accessible via links."]]],[]]