google_api_jobs v0.9.0 GoogleApi.Jobs.V2.Model.CompensationFilter View Source
Input only.
Filter on job compensation type and amount.
Attributes
includeJobsWithUnspecifiedCompensationRange
(type:boolean()
, default:nil
) - Optional. Whether to include jobs whose compensation range is unspecified.range
(type:GoogleApi.Jobs.V2.Model.CompensationRange.t
, default:nil
) - Optional. Compensation range.type
(type:String.t
, default:nil
) - Required. Type of filter.units
(type:list(String.t)
, default:nil
) - Required. Specify desiredbase compensation entry's
CompensationInfo.CompensationUnit.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V2.Model.CompensationFilter{ includeJobsWithUnspecifiedCompensationRange: boolean(), range: GoogleApi.Jobs.V2.Model.CompensationRange.t(), type: String.t(), units: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.