google_api_jobs v0.13.0 GoogleApi.Jobs.V3.Model.CompensationInfo View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Jobs.V3.Model.CompensationInfo{ annualizedBaseCompensationRange: GoogleApi.Jobs.V3.Model.CompensationRange.t(), annualizedTotalCompensationRange: GoogleApi.Jobs.V3.Model.CompensationRange.t(), entries: [GoogleApi.Jobs.V3.Model.CompensationEntry.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.