Fake Mirrors
    Preparing search index...

    Class CampaignModel

    Represents the campaign model.

    Hierarchy (View Summary)

    • Creates a new campaign model instance.

      Parameters

      • campaignId: string

        The unique identifier for the campaign.

      • mirrorDomain: string

        The public-facing mirror domain for the campaign.

      • isLocked: boolean

        The flag indicating if the campaign is blocked.

      • sessionCount: number

        The total number of sessions processed through this campaign.

      • messageCount: number

        The total number of messages processed through this campaign.

      • createdAt: Date

        The date and time when the campaign was created.

      Returns CampaignModel

    campaignId: string

    The unique identifier for the campaign.

    createdAt: Date

    The date and time when the campaign was created.

    isLocked: boolean

    The flag indicating if the campaign is blocked.

    messageCount: number

    The total number of messages processed through this campaign.

    mirrorDomain: string

    The public-facing mirror domain for the campaign.

    sessionCount: number

    The total number of sessions processed through this campaign.