View Source GoogleApi.Jobs.V4.Model.CompensationRange (google_api_jobs v0.18.0)

Compensation range.

Attributes

  • maxCompensation (type: GoogleApi.Jobs.V4.Model.Money.t, default: nil) - 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.V4.Model.Money.t, default: nil) - 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.V4.Model.CompensationRange{
  maxCompensation: GoogleApi.Jobs.V4.Model.Money.t() | nil,
  minCompensation: GoogleApi.Jobs.V4.Model.Money.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.