Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 648 Bytes

UserSegmentRule.md

File metadata and controls

28 lines (22 loc) · 648 Bytes

LaunchDarklyApi::UserSegmentRule

Properties

Name Type Description Notes
_id String [optional]
clauses Array<Clause>
weight Integer [optional]
rollout_context_kind String [optional]
bucket_by String [optional]
description String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::UserSegmentRule.new(
  _id: null,
  clauses: null,
  weight: null,
  rollout_context_kind: null,
  bucket_by: null,
  description: null
)