Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

LaunchDarklyApi::AiConfigsExperimentEnabledPeriodRep

Properties

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

Example

require 'launchdarkly_api'

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