GoogleApi.Jobs.V3.Model.CompensationFilter (google_api_jobs v0.14.0) View Source

Input only. Filter on job compensation type and amount.

Attributes

  • includeJobsWithUnspecifiedCompensationRange (type: boolean(), default: nil) - Optional. If set to true, jobs with unspecified compensation range fields are included.
  • range (type: GoogleApi.Jobs.V3.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 desired base 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

Specs

t() :: %GoogleApi.Jobs.V3.Model.CompensationFilter{
  includeJobsWithUnspecifiedCompensationRange: boolean(),
  range: GoogleApi.Jobs.V3.Model.CompensationRange.t(),
  type: String.t(),
  units: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.