Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 849 Bytes

File metadata and controls

27 lines (14 loc) · 849 Bytes

LaunchDarklyApi.AiConfigsFilter

Properties

Name Type Description Notes
type String Filter type. One of [contextAttribute, eventProperty, group]
attribute String If not a group node, the context attribute name or event property name to filter on [optional]
op String
values [Object] The context attribute / event property values or group member nodes
contextKind String For context attribute filters, the context kind. [optional]
negate Boolean If set, then take the inverse of the operator. 'in' becomes 'not in'.

Enum: TypeEnum

  • group (value: "group")

  • contextAttribute (value: "contextAttribute")

  • eventProperty (value: "eventProperty")