Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 469 Bytes

File metadata and controls

26 lines (20 loc) · 469 Bytes

Unifapi::LinkedinJobSalary

Properties

Name Type Description Notes
min String
max String
currency String
pay_period String
is_present Boolean

Example

require 'unifapi'

instance = Unifapi::LinkedinJobSalary.new(
  min: null,
  max: null,
  currency: null,
  pay_period: null,
  is_present: null
)