public sealed class CompensationRange : IMessage<CompensationInfo.Types.CompensationRange>, IEquatable<CompensationInfo.Types.CompensationRange>, IDeepCloneable<CompensationInfo.Types.CompensationRange>, IBufferMessage, IMessage
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 webpage details the `CompensationRange` class within the `Google.Cloud.Talent.V4` namespace, specifically version 1.1.0, which is used to represent a range of compensation."],["The `CompensationRange` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object manipulation and comparison."],["The class has two constructors, one for default instantiation and another to clone an existing `CompensationRange` object."],["The `CompensationRange` class contains two properties, `MaxCompensation` and `MinCompensation`, both of type `Money`, representing the maximum and minimum amounts within the compensation range, respectively."],["The page has a list of several versions available for this class, with version 2.7.0 being the most recent."]]],[]]