public sealed class CompensationRange : IMessage<CompensationInfo.Types.CompensationRange>, IEquatable<CompensationInfo.Types.CompensationRange>, IDeepCloneable<CompensationInfo.Types.CompensationRange>, IBufferMessage, IMessage
Compensation range.
Inheritance
System.Object > CompensationInfo.Types.CompensationRangeImplements
Google.Protobuf.IMessage<CompensationInfo.Types.CompensationRange>, System.IEquatable<CompensationInfo.Types.CompensationRange>, Google.Protobuf.IDeepCloneable<CompensationInfo.Types.CompensationRange>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CompensationRange()
public CompensationRange()
CompensationRange(CompensationInfo.Types.CompensationRange)
public CompensationRange(CompensationInfo.Types.CompensationRange other)
Parameter | |
---|---|
Name | Description |
other | CompensationInfo.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 | |
---|---|
Type | Description |
Google.Type.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 |
Google.Type.Money |