GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange (google_api_jobs v0.17.0) View Source

Deprecated. See CompensationInfo.

Compensation range.

Attributes

  • max (type: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal.t, default: nil) - Required. Maximum value.
  • min (type: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal.t, default: nil) - Required. Minimum value.

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.ExtendedCompensationInfoCompensationRange{
  max: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal.t(),
  min: GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.