Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

File metadata and controls

20 lines (14 loc) · 395 Bytes

Late::LinkedInAggregateAnalyticsTotalResponseDateRange

Properties

Name Type Description Notes
start_date Date [optional]
end_date Date [optional]

Example

require 'late-sdk'

instance = Late::LinkedInAggregateAnalyticsTotalResponseDateRange.new(
  start_date: null,
  end_date: null
)