Class CompensationRange
Compensation range.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class CompensationRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxCompensation
Optional. 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 of min_compensation.
Declaration
[JsonProperty("maxCompensation")]
public virtual Money MaxCompensation { get; set; }
Property Value
Type | Description |
---|---|
Money |
MinCompensation
Optional. 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 of max_compensation.
Declaration
[JsonProperty("minCompensation")]
public virtual Money MinCompensation { get; set; }
Property Value
Type | Description |
---|---|
Money |