Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 661 Bytes

VariationSummary.md

File metadata and controls

30 lines (24 loc) · 661 Bytes

LaunchDarklyApi::VariationSummary

Properties

Name Type Description Notes
rules Integer
null_rules Integer
targets Integer
is_fallthrough Boolean [optional]
is_off Boolean [optional]
rollout Integer [optional]
bucket_by String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::VariationSummary.new(
  rules: null,
  null_rules: null,
  targets: null,
  is_fallthrough: null,
  is_off: null,
  rollout: null,
  bucket_by: null
)