Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 470 Bytes

File metadata and controls

20 lines (14 loc) · 470 Bytes

LaunchDarklyApi::AIConfigTargetingEnvironmentRule

Properties

Name Type Description Notes
clauses Array<AIConfigTargetingEnvironmentRuleClause>
track_events Boolean

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigTargetingEnvironmentRule.new(
  clauses: null,
  track_events: null
)