GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoCompensationRange (google_api_jobs v0.21.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.