Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 304 Bytes

File metadata and controls

20 lines (14 loc) · 304 Bytes

Unifapi::LinkedinDateRange

Properties

Name Type Description Notes
start String
_end String

Example

require 'unifapi'

instance = Unifapi::LinkedinDateRange.new(
  start: null,
  _end: null
)