Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

ExperimentEnabledPeriodRep.md

File metadata and controls

20 lines (14 loc) · 389 Bytes

LaunchDarklyApi::ExperimentEnabledPeriodRep

Properties

Name Type Description Notes
start_date Integer [optional]
stop_date Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExperimentEnabledPeriodRep.new(
  start_date: null,
  stop_date: null
)