google_api_jobs v0.11.0 GoogleApi.Jobs.V2.Model.CompensationRange View Source
Compensation range.
Attributes
max(type:GoogleApi.Jobs.V2.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.min(type:GoogleApi.Jobs.V2.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Jobs.V2.Model.CompensationRange{
max: GoogleApi.Jobs.V2.Model.Money.t(),
min: GoogleApi.Jobs.V2.Model.Money.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.