View Source GoogleApi.Jobs.V3.Model.CompensationInfo (google_api_jobs v0.19.0)

Job compensation details.

Attributes

  • annualizedBaseCompensationRange (type: GoogleApi.Jobs.V3.Model.CompensationRange.t, default: nil) - Output only. Annualized base compensation range. Computed as base compensation entry's CompensationEntry.compensation times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.
  • annualizedTotalCompensationRange (type: GoogleApi.Jobs.V3.Model.CompensationRange.t, default: nil) - Output only. Annualized total compensation range. Computed as all compensation entries' CompensationEntry.compensation times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.
  • entries (type: list(GoogleApi.Jobs.V3.Model.CompensationEntry.t), default: nil) - Optional. Job compensation information. At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.