Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 479 Bytes

Clause.md

File metadata and controls

26 lines (20 loc) · 479 Bytes

LaunchDarklyApi::Clause

Properties

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

Example

require 'launchdarkly_api'

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