google_api_jobs v0.6.0 GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal View Source

Deprecated. See CompensationInfo.

Decimal number.

Attributes

  • micros (type: integer(), default: nil) - Micro (10^-6) units. The value must be between -999,999 and +999,999 inclusive. If units is positive, micros must be positive or zero. If units is zero, micros can be positive, zero, or negative. If units is negative, micros must be negative or zero. For example -1.75 is represented as units=-1 and micros=-750,000.
  • units (type: String.t, default: nil) - Whole units.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal{
  micros: integer(),
  units: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.