Show / Hide Table of Contents

Class CompensationFilter

Filter on job compensation type and amount.

Inheritance
object
CompensationFilter
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.v4.Data
Assembly: Google.Apis.CloudTalentSolution.v4.dll
Syntax
public class CompensationFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludeJobsWithUnspecifiedCompensationRange

If set to true, jobs with unspecified compensation range fields are included.

Declaration
[JsonProperty("includeJobsWithUnspecifiedCompensationRange")]
public virtual bool? IncludeJobsWithUnspecifiedCompensationRange { get; set; }
Property Value
Type Description
bool?

Range

Compensation range.

Declaration
[JsonProperty("range")]
public virtual CompensationRange Range { get; set; }
Property Value
Type Description
CompensationRange

Type

Required. Type of filter.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Units

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

Declaration
[JsonProperty("units")]
public virtual IList<string> Units { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX