| 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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::UserSegmentRule.new(
_id: null,
clauses: null,
weight: null,
rollout_context_kind: null,
bucket_by: null,
description: null
)