View Source GoogleApi.Jobs.V2.Model.ExtendedCompensationFilter (google_api_jobs v0.19.0)

Deprecated. Always use CompensationFilter.

Input only.

Filter on job compensation type and amount.

Attributes

  • compensationRange (type: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t, default: nil) - Optional. Compensation range.
  • compensationUnits (type: list(String.t), default: nil) - Required. Specify desired base compensation entry's ExtendedCompensationInfo.CompensationUnit.
  • currency (type: String.t, default: nil) - Optional. Specify currency in 3-letter ISO 4217 format. If unspecified, jobs are returned regardless of currency.
  • includeJobWithUnspecifiedCompensationRange (type: boolean(), default: nil) - Optional. Whether to include jobs whose compensation range is unspecified.
  • type (type: String.t, default: nil) - Required. Type of filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.ExtendedCompensationFilter{
  compensationRange:
    GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t(),
  compensationUnits: [String.t()],
  currency: String.t(),
  includeJobWithUnspecifiedCompensationRange: boolean(),
  type: String.t()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.