Class CompensationInfo.Types.CompensationRange (1.0.0)

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.CompensationRange

Implements

Google.Protobuf.IMessage<CompensationInfo.Types.CompensationRange>, System.IEquatable<CompensationInfo.Types.CompensationRange>, Google.Protobuf.IDeepCloneable<CompensationInfo.Types.CompensationRange>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
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
TypeDescription
Google.Type.Money