Fake Mirrors
    Preparing search index...

    Class RedirectorModel

    Represents the redirector model.

    Hierarchy (View Summary)

    • Creates a new redirector model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this redirector belongs to.

      • redirectorId: string

        The unique identifier for the redirector.

      • lureCount: number

        The total number of lures pointing to this redirector.

      • createdAt: Date

        The date and time when the redirector was created.

      Returns RedirectorModel

    campaignId: string

    The ID of the campaign this redirector belongs to.

    createdAt: Date

    The date and time when the redirector was created.

    lureCount: number

    The total number of lures pointing to this redirector.

    redirectorId: string

    The unique identifier for the redirector.