google_api_jobs v0.8.0 GoogleApi.Jobs.V2.Model.ExtendedCompensationFilter View Source

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.

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 Source
t() :: %GoogleApi.Jobs.V2.Model.ExtendedCompensationFilter{
  compensationRange:
    GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t(),
  compensationUnits: [String.t()],
  currency: String.t(),
  includeJobWithUnspecifiedCompensationRange: boolean(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.