Fake Mirrors
    Preparing search index...

    Represents a target model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new target model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this target belongs to

      • targetId: string

        The unique identifier of the target

      • accessLevel: "transparent" | "landing"

        The access level

      • donorSecure: boolean

        Whether the donor server uses HTTPS

      • donorSub: string

        The donor subdomain

      • donorDomain: string

        The donor domain name

      • donorPort: number

        The donor server port

      • mirrorSecure: boolean

        Whether the mirror uses HTTPS

      • mirrorSub: string

        The mirror subdomain

      • mirrorDomain: string

        The mirror domain

      • mirrorPort: number

        The mirror server port

      • isEnabled: boolean

        Whether the target is currently enabled

      • messageCount: number

        Total number of messages processed for this target

      • createdAt: Date

        The date and time when the target was created

      Returns TargetModel

    Properties

    accessLevel: "transparent" | "landing"

    The access level

    campaignId: string

    The ID of the campaign this target belongs to

    createdAt: Date

    The date and time when the target was created

    donorDomain: string

    The donor domain name

    donorPort: number

    The donor server port

    donorSecure: boolean

    Whether the donor server uses HTTPS

    donorSub: string

    The donor subdomain

    isEnabled: boolean

    Whether the target is currently enabled

    messageCount: number

    Total number of messages processed for this target

    mirrorDomain: string

    The mirror domain

    mirrorPort: number

    The mirror server port

    mirrorSecure: boolean

    Whether the mirror uses HTTPS

    mirrorSub: string

    The mirror subdomain

    targetId: string

    The unique identifier of the target

    Accessors

    Methods