Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 579 Bytes

File metadata and controls

22 lines (16 loc) · 579 Bytes

LaunchDarklyApi::AiConfigsExperimentEnvironmentSettingRep

Properties

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

Example

require 'launchdarkly_api'

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