Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
28 lines (22 loc) · 551 Bytes

Clause.md

File metadata and controls

28 lines (22 loc) · 551 Bytes

LaunchDarklyApi::Clause

Properties

Name Type Description Notes
_id String [optional]
attribute String
op String
values Array<Object>
context_kind String [optional]
negate Boolean

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Clause.new(
  _id: null,
  attribute: null,
  op: null,
  values: null,
  context_kind: null,
  negate: null
)