View Source GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal (google_api_jobs v0.18.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.