View Source GoogleApi.Jobs.V2.Model.CompensationRange (google_api_jobs v0.20.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.