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.
Implements
IMessageCompensationInfoTypesCompensationRange, IEquatableCompensationInfoTypesCompensationRange, IDeepCloneableCompensationInfoTypesCompensationRange, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CompensationRange()
public CompensationRange()
CompensationRange(CompensationRange)
public CompensationRange(CompensationInfo.Types.CompensationRange other)
Parameter | |
---|---|
Name | Description |
other | CompensationInfoTypesCompensationRange |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Money |