Name | Type | Description | Notes |
---|---|---|---|
_id | String | [optional] | |
clauses | Array<Clause> | ||
weight | Integer | [optional] | |
bucket_by | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::UserSegmentRule.new(
_id: null,
clauses: null,
weight: null,
bucket_by: null
)