GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4CompensationInfo (google_api_jobs v0.14.0) View Source
Job compensation details.
Attributes
-
annualizedBaseCompensationRange
(type:GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationRange.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.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationRange.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.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationEntry.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.V3.Model.GoogleCloudTalentV4CompensationInfo{ annualizedBaseCompensationRange: GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationRange.t(), annualizedTotalCompensationRange: GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationRange.t(), entries: [ GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4CompensationInfoCompensationEntry.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.