Google Cloud Talent Solution v4 API - Class CompensationInfo.Types.CompensationRange (2.5.0)

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 v4 API class CompensationInfo.Types.CompensationRange.

Compensation range.

Inheritance

object > CompensationInfo.Types.CompensationRange

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CompensationRange()

public CompensationRange()

CompensationRange(CompensationRange)

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

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