GoogleApi.Jobs.V4.Model.CompensationInfo (google_api_jobs v0.17.0) View Source

Job compensation details.

Attributes

  • annualizedBaseCompensationRange (type: GoogleApi.Jobs.V4.Model.CompensationRange.t, default: nil) - Output only. Annualized base compensation range. Computed as base compensation entry's CompensationEntry.amount times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.
  • annualizedTotalCompensationRange (type: GoogleApi.Jobs.V4.Model.CompensationRange.t, default: nil) - Output only. Annualized total compensation range. Computed as all compensation entries' CompensationEntry.amount times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.
  • entries (type: list(GoogleApi.Jobs.V4.Model.CompensationEntry.t), default: nil) - Job compensation information. At most one entry can be of type CompensationInfo.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

Specs

t() :: %GoogleApi.Jobs.V4.Model.CompensationInfo{
  annualizedBaseCompensationRange:
    GoogleApi.Jobs.V4.Model.CompensationRange.t() | nil,
  annualizedTotalCompensationRange:
    GoogleApi.Jobs.V4.Model.CompensationRange.t() | nil,
  entries: [GoogleApi.Jobs.V4.Model.CompensationEntry.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.