Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

InsightPeriod.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

LaunchDarklyApi::InsightPeriod

Properties

Name Type Description Notes
start_time Integer
end_time Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightPeriod.new(
  start_time: null,
  end_time: null
)