GoogleApi.Jobs.V2.Model.ExtendedCompensationInfoDecimal (google_api_jobs v0.16.4) 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

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.