GoogleApi.Jobs.V3.Model.CompensationRange (google_api_jobs v0.15.0) View Source
Compensation range.
Attributes
-
maxCompensation
(type:GoogleApi.Jobs.V3.Model.Money.t
, default:nil
) - Optional. The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation. -
minCompensation
(type:GoogleApi.Jobs.V3.Model.Money.t
, default:nil
) - Optional. The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.
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.CompensationRange{ maxCompensation: GoogleApi.Jobs.V3.Model.Money.t(), minCompensation: GoogleApi.Jobs.V3.Model.Money.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.