Class CompensationInfo.Types.CompensationRange (1.2.0)

public sealed class CompensationRange : IMessage<CompensationInfo.Types.CompensationRange>, IEquatable<CompensationInfo.Types.CompensationRange>, IDeepCloneable<CompensationInfo.Types.CompensationRange>, IBufferMessage, IMessage

Compensation range.

Inheritance

Object > CompensationInfo.Types.CompensationRange

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CompensationRange()

public CompensationRange()

CompensationRange(CompensationInfo.Types.CompensationRange)

public CompensationRange(CompensationInfo.Types.CompensationRange other)
Parameter
NameDescription
otherCompensationInfo.Types.CompensationRange

Properties

MaxCompensation

public Money MaxCompensation { get; set; }

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.

Property Value
TypeDescription
Money

MinCompensation

public Money MinCompensation { get; set; }

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.

Property Value
TypeDescription
Money