GoogleApi.Jobs.V2.Model.CompensationRange (google_api_jobs v0.17.0) 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

Specs

t() :: %GoogleApi.Jobs.V2.Model.CompensationRange{
  max: GoogleApi.Jobs.V2.Model.Money.t(),
  min: GoogleApi.Jobs.V2.Model.Money.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.