Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 490 Bytes

UserSegmentRule.md

File metadata and controls

24 lines (18 loc) · 490 Bytes

LaunchDarklyApi::UserSegmentRule

Properties

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

Example

require 'launchdarkly_api'

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