Fake Mirrors
    Preparing search index...

    Class CampaignModel

    Represents a campaign model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new campaign model instance.

      Parameters

      • campaignId: string

        The unique identifier of the campaign

      • mirrorDomain: string

        The public-facing mirror domain

      • isLocked: boolean

        Determines whether a campaign is blocked

      • sessionCount: number

        Total number of sessions processed through this campaign

      • messageCount: number

        Total number of messages processed through this campaign

      • createdAt: Date

        The date and time when the campaign was created

      Returns CampaignModel

    Properties

    campaignId: string

    The unique identifier of the campaign

    createdAt: Date

    The date and time when the campaign was created

    isLocked: boolean

    Determines whether a campaign is blocked

    messageCount: number

    Total number of messages processed through this campaign

    mirrorDomain: string

    The public-facing mirror domain

    sessionCount: number

    Total number of sessions processed through this campaign

    Methods