google_api_jobs v0.7.0 GoogleApi.Jobs.V2.Model.ExtendedCompensationInfo View Source

Deprecated. Use CompensationInfo.

Describes job compensation.

Attributes

  • annualizedBaseCompensationRange (type: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t, default: nil) - Output only. Annualized base compensation range.
  • annualizedBaseCompensationUnspecified (type: boolean(), default: nil) - Output only. Indicates annualized base compensation range cannot be derived, due to the job's base compensation entry cannot be annualized. See CompensationEntry for explanation on annualization and base compensation entry.
  • annualizedTotalCompensationRange (type: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t, default: nil) - Output only. Annualized total compensation range.
  • annualizedTotalCompensationUnspecified (type: boolean(), default: nil) - Output only. Indicates annualized total compensation range cannot be derived, due to the job's all CompensationEntry cannot be annualized. See CompensationEntry for explanation on annualization and base compensation entry.
  • currency (type: String.t, default: nil) - Optional. A 3-letter ISO 4217 currency code.
  • entries (type: list(GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationEntry.t), default: nil) - Optional. Job compensation information.

    At most one entry can be of type ExtendedCompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

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.ExtendedCompensationInfo{
  annualizedBaseCompensationRange:
    GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t(),
  annualizedBaseCompensationUnspecified: boolean(),
  annualizedTotalCompensationRange:
    GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange.t(),
  annualizedTotalCompensationUnspecified: boolean(),
  currency: String.t(),
  entries: [
    GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationEntry.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.