Targeting condition details. A condition is either an inline predicate with operator, attribute, and value, or a reference to a saved filter with saved_filter_id. The inline fields are omitted for saved-filter references.

Hierarchy

  • Condition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attribute?: string

The user or request attribute to evaluate. Omitted for saved-filter references.

createdAt: Date

The timestamp when the condition was created.

id: string

The unique identifier of the condition.

The operator used in a targeting condition.

savedFilterId?: string

The ID of the saved filter referenced by this condition, or null for inline conditions.

updatedAt: Date

The timestamp when the condition was last updated.

value?: string[]

Values used by the selected operator. Omitted for saved-filter references.

Generated using TypeDoc