Fake Mirrors
    Preparing search index...

    Class RedirectorModel

    Represents a redirector model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new redirector model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this redirector belongs to

      • redirectorId: string

        The unique identifier of the redirector

      • lureCount: number

        Number of lures pointing to this redirector

      • createdAt: Date

        The date and time when the redirector was created

      Returns RedirectorModel

    Properties

    campaignId: string

    The ID of the campaign this redirector belongs to

    createdAt: Date

    The date and time when the redirector was created

    lureCount: number

    Number of lures pointing to this redirector

    redirectorId: string

    The unique identifier of the redirector

    Methods