Fake Mirrors
    Preparing search index...

    Represents a lure model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new lure model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this lure belongs to

      • lureId: string

        The unique identifier of the lure

      • path: string

        The URL path

      • redirectorId: string

        The ID of the redirector that handles this lure

      • isEnabled: boolean

        Whether the lure is currently enabled for request routing

      • sessionCount: number

        Total number of sessions that were upgraded through this lure

      • createdAt: Date

        The date and time when the lure was created

      Returns LureModel

    Properties

    campaignId: string

    The ID of the campaign this lure belongs to

    createdAt: Date

    The date and time when the lure was created

    isEnabled: boolean

    Whether the lure is currently enabled for request routing

    lureId: string

    The unique identifier of the lure

    path: string

    The URL path

    redirectorId: string

    The ID of the redirector that handles this lure

    sessionCount: number

    Total number of sessions that were upgraded through this lure

    Methods