View Source GoogleApi.Jobs.V4.Model.CompensationInfo (google_api_jobs v0.19.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.