View Source GoogleApi.Jobs.V4.Model.CompensationFilter (google_api_jobs v0.19.0)

Filter on job compensation type and amount.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.