Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 543 Bytes

ExperimentEnvironmentSettingRep.md

File metadata and controls

22 lines (16 loc) · 543 Bytes

LaunchDarklyApi::ExperimentEnvironmentSettingRep

Properties

Name Type Description Notes
start_date Integer [optional]
stop_date Integer [optional]
enabled_periods Array<ExperimentEnabledPeriodRep> [optional]

Example

require 'launchdarkly_api'

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