Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

File metadata and controls

20 lines (14 loc) · 501 Bytes

LaunchDarklyApi::AIConfigTargetingEnvironmentFallthrough

Properties

Name Type Description Notes
variation Integer [optional]
rollout AIConfigTargetingEnvironmentFallthroughRollout [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigTargetingEnvironmentFallthrough.new(
  variation: null,
  rollout: null
)