Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 563 Bytes

ScheduleConditionOutputRep.md

File metadata and controls

24 lines (18 loc) · 563 Bytes

LaunchDarklyApi::ScheduleConditionOutputRep

Properties

Name Type Description Notes
schedule_kind String [optional]
execution_date Integer [optional]
wait_duration Integer [optional]
wait_duration_unit String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ScheduleConditionOutputRep.new(
  schedule_kind: null,
  execution_date: null,
  wait_duration: null,
  wait_duration_unit: null
)