Targeting rule details.

Hierarchy

  • TargetingRule

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
conditions: Condition[]

Conditions evaluated by this targeting rule.

createdAt: Date

The timestamp when the targeting rule was created.

id: string

The unique identifier of the targeting rule.

updatedAt: Date

The timestamp when the targeting rule was last updated.

Generated using TypeDoc