Show / Hide Table of Contents

Class CompensationRange

Compensation range.

Inheritance
object
CompensationRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX