Fake Mirrors
    Preparing search index...

    Class LureModel

    Represents the lure model.

    Hierarchy (View Summary)

    • Creates a new lure model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this lure belongs to.

      • lureId: string

        The unique identifier for the lure.

      • path: string

        The URL path for the lure.

      • redirectorId: string

        The ID of the redirector that handles this lure.

      • isEnabled: boolean

        The flag indicating if the lure is currently active for request routing.

      • sessionCount: number

        The total number of sessions processed through this lure.

      • createdAt: Date

        The date and time when the lure was created.

      Returns LureModel

    campaignId: string

    The ID of the campaign this lure belongs to.

    createdAt: Date

    The date and time when the lure was created.

    isEnabled: boolean

    The flag indicating if the lure is currently active for request routing.

    lureId: string

    The unique identifier for the lure.

    path: string

    The URL path for the lure.

    redirectorId: string

    The ID of the redirector that handles this lure.

    sessionCount: number

    The total number of sessions processed through this lure.